Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x509.IAlgorithmIdentifier
Package
Description
-
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createAlgorithmIdentifier
(IASN1ObjectIdentifier algorithm) Create algorithm identifier wrapper from ASN1 Object identifier wrapper.BouncyCastleFactory.createAlgorithmIdentifier
(IASN1ObjectIdentifier algorithm, IASN1Encodable parameters) Create algorithm identifier wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper for the parameters.Modifier and TypeMethodDescriptionbyte[]
BouncyCastleFactory.createCipherBytes
(X509Certificate x509certificate, byte[] abyte0, IAlgorithmIdentifier algorithmIdentifier) Create cipher bytes fromX509Certificate
,byte[]
value and algorithm identifier wrapper.BouncyCastleFactory.createEncryptedContentInfo
(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create encrypted content info wrapper from ASN1 Object identifier wrapper, algorithm identifier wrapper and ASN1 Octet string wrapper.BouncyCastleFactory.createKeyTransRecipientInfo
(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create key trans recipient info wrapper from recipient identifier wrapper, algorithm identifier wrapper and ASN1 Octet string wrapper.BouncyCastleFactory.createOtherHashAlgAndValue
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create other hash alg and value wrapper from algorithm identifier wrapper and ASN1 Octet string wrapper. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.asn1
Modifier and TypeMethodDescriptionvoid
ASN1EncodableVectorBC.add
(IAlgorithmIdentifier element) Calls actualadd
method for the wrapped ASN1EncodableVector object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.asn1.cms
ModifierConstructorDescriptionEncryptedContentInfoBC
(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forEncryptedContentInfo
.KeyTransRecipientInfoBC
(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forKeyTransRecipientInfo
. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.asn1.esf
ModifierConstructorDescriptionOtherHashAlgAndValueBC
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forOtherHashAlgAndValue
. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.asn1.ess
Modifier and TypeMethodDescriptionESSCertIDv2BC.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped ESSCertIDv2 object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.asn1.pcks
Modifier and TypeMethodDescriptionRSASSAPSSParamsBC.getHashAlgorithm()
Return theIAlgorithmIdentifier
describing the digest algorithm to be used in the signature.RSASSAPSSParamsBC.getMaskGenAlgorithm()
Return theIAlgorithmIdentifier
describing the mask generation function to be used in the signature. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.asn1.tsp
Modifier and TypeMethodDescriptionMessageImprintBC.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped MessageImprint object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.asn1.x509
Modifier and TypeClassDescriptionclass
Wrapper class forAlgorithmIdentifier
.Modifier and TypeMethodDescriptionSubjectPublicKeyInfoBC.getAlgorithm()
Calls actualgetAlgorithm
method for the wrapped SubjectPublicKeyInfo object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.cert.ocsp
Modifier and TypeMethodDescriptionCertificateIDBC.getHashSha1()
GetsgetHashSha1
constant for the wrapped CertificateID. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.operator
Modifier and TypeMethodDescriptionDigestCalculatorProviderBC.get
(IAlgorithmIdentifier algorithmIdentifier) Calls actualget
method for the wrapped DigestCalculatorProvider object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.tsp
Modifier and TypeMethodDescriptionTimeStampTokenInfoBC.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped TimeStampTokenInfo object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createAlgorithmIdentifier
(IASN1ObjectIdentifier algorithm) Create algorithm identifier wrapper from ASN1 Object identifier wrapper.BouncyCastleFipsFactory.createAlgorithmIdentifier
(IASN1ObjectIdentifier algorithm, IASN1Encodable parameters) Create algorithm identifier wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper for the parameters.Modifier and TypeMethodDescriptionbyte[]
BouncyCastleFipsFactory.createCipherBytes
(X509Certificate x509certificate, byte[] abyte0, IAlgorithmIdentifier algorithmIdentifier) Create cipher bytes fromX509Certificate
,byte[]
value and algorithm identifier wrapper.BouncyCastleFipsFactory.createEncryptedContentInfo
(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create encrypted content info wrapper from ASN1 Object identifier wrapper, algorithm identifier wrapper and ASN1 Octet string wrapper.BouncyCastleFipsFactory.createKeyTransRecipientInfo
(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create key trans recipient info wrapper from recipient identifier wrapper, algorithm identifier wrapper and ASN1 Octet string wrapper.BouncyCastleFipsFactory.createOtherHashAlgAndValue
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create other hash alg and value wrapper from algorithm identifier wrapper and ASN1 Octet string wrapper. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.asn1
Modifier and TypeMethodDescriptionvoid
ASN1EncodableVectorBCFips.add
(IAlgorithmIdentifier element) Calls actualadd
method for the wrapped ASN1EncodableVector object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.asn1.cms
ModifierConstructorDescriptionEncryptedContentInfoBCFips
(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forEncryptedContentInfo
.KeyTransRecipientInfoBCFips
(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forKeyTransRecipientInfo
. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.asn1.esf
ModifierConstructorDescriptionOtherHashAlgAndValueBCFips
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forOtherHashAlgAndValue
. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.asn1.ess
Modifier and TypeMethodDescriptionESSCertIDv2BCFips.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped ESSCertIDv2 object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.asn1.pcks
Modifier and TypeMethodDescriptionRSASSAPSSParamsBCFips.getHashAlgorithm()
Return theIAlgorithmIdentifier
describing the digest algorithm to be used in the signature.RSASSAPSSParamsBCFips.getMaskGenAlgorithm()
Return theIAlgorithmIdentifier
describing the mask generation function to be used in the signature. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.asn1.tsp
Modifier and TypeMethodDescriptionMessageImprintBCFips.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped MessageImprint object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.asn1.x509
Modifier and TypeClassDescriptionclass
Wrapper class forAlgorithmIdentifier
.Modifier and TypeMethodDescriptionSubjectPublicKeyInfoBCFips.getAlgorithm()
Calls actualgetAlgorithm
method for the wrapped SubjectPublicKeyInfo object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.cert.ocsp
Modifier and TypeMethodDescriptionCertificateIDBCFips.getHashSha1()
GetsgetHashSha1
constant for the wrapped CertificateID. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.operator
Modifier and TypeMethodDescriptionDigestCalculatorProviderBCFips.get
(IAlgorithmIdentifier algorithmIdentifier) Calls actualget
method for the wrapped DigestCalculatorProvider object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.tsp
Modifier and TypeMethodDescriptionTimeStampTokenInfoBCFips.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped TimeStampTokenInfo object. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createAlgorithmIdentifier
(IASN1ObjectIdentifier algorithm) Create algorithm identifier wrapper from ASN1 Object identifier wrapper.IBouncyCastleFactory.createAlgorithmIdentifier
(IASN1ObjectIdentifier algorithm, IASN1Encodable parameters) Create algorithm identifier wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper for the parameters.Modifier and TypeMethodDescriptionbyte[]
IBouncyCastleFactory.createCipherBytes
(X509Certificate x509certificate, byte[] abyte0, IAlgorithmIdentifier algorithmIdentifier) Create cipher bytes fromX509Certificate
,byte[]
value and algorithm identifier wrapper.IBouncyCastleFactory.createEncryptedContentInfo
(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create encrypted content info wrapper from ASN1 Object identifier wrapper, algorithm identifier wrapper and ASN1 Octet string wrapper.IBouncyCastleFactory.createKeyTransRecipientInfo
(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create key trans recipient info wrapper from recipient identifier wrapper, algorithm identifier wrapper and ASN1 Octet string wrapper.IBouncyCastleFactory.createOtherHashAlgAndValue
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create other hash alg and value wrapper from algorithm identifier wrapper and ASN1 Octet string wrapper. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.asn1
Modifier and TypeMethodDescriptionvoid
IASN1EncodableVector.add
(IAlgorithmIdentifier element) Calls actualadd
method for the wrapped ASN1EncodableVector object. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.asn1.ess
Modifier and TypeMethodDescriptionIESSCertIDv2.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped ESSCertIDv2 object. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.asn1.pkcs
Modifier and TypeMethodDescriptionIRSASSAPSSParams.getHashAlgorithm()
Return theIAlgorithmIdentifier
describing the digest algorithm to be used in the signature.IRSASSAPSSParams.getMaskGenAlgorithm()
Return theIAlgorithmIdentifier
describing the mask generation function to be used in the signature. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.asn1.tsp
Modifier and TypeMethodDescriptionIMessageImprint.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped MessageImprint object. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.asn1.x509
Modifier and TypeMethodDescriptionISubjectPublicKeyInfo.getAlgorithm()
Calls actualgetAlgorithm
method for the wrapped SubjectPublicKeyInfo object. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.cert.ocsp
Modifier and TypeMethodDescriptionICertificateID.getHashSha1()
GetsgetHashSha1
constant for the wrapped CertificateID. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.operator
Modifier and TypeMethodDescriptionIDigestCalculatorProvider.get
(IAlgorithmIdentifier algorithmIdentifier) Calls actualget
method for the wrapped DigestCalculatorProvider object. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.tsp
Modifier and TypeMethodDescriptionITimeStampTokenInfo.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped TimeStampTokenInfo object.