Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x509.IAlgorithmIdentifier
Packages that use IAlgorithmIdentifier
Package
Description
-
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IAlgorithmIdentifierModifier 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.Methods in com.itextpdf.bouncycastle with parameters of type IAlgorithmIdentifierModifier 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
Methods in com.itextpdf.bouncycastle.asn1 with parameters of type IAlgorithmIdentifierModifier and TypeMethodDescriptionvoid
ASN1EncodableVectorBC.add
(IAlgorithmIdentifier element) Calls actualadd
method for the wrapped ASN1EncodableVector object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.asn1.cms
Constructors in com.itextpdf.bouncycastle.asn1.cms with parameters of type IAlgorithmIdentifierModifierConstructorDescriptionEncryptedContentInfoBC
(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
Constructors in com.itextpdf.bouncycastle.asn1.esf with parameters of type IAlgorithmIdentifierModifierConstructorDescriptionOtherHashAlgAndValueBC
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forOtherHashAlgAndValue
. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.asn1.ess
Methods in com.itextpdf.bouncycastle.asn1.ess that return IAlgorithmIdentifierModifier and TypeMethodDescriptionESSCertIDv2BC.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped ESSCertIDv2 object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.asn1.pcks
Methods in com.itextpdf.bouncycastle.asn1.pcks that return IAlgorithmIdentifierModifier 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
Methods in com.itextpdf.bouncycastle.asn1.tsp that return IAlgorithmIdentifierModifier and TypeMethodDescriptionMessageImprintBC.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped MessageImprint object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.asn1.x509
Classes in com.itextpdf.bouncycastle.asn1.x509 that implement IAlgorithmIdentifierModifier and TypeClassDescriptionclass
Wrapper class forAlgorithmIdentifier
.Methods in com.itextpdf.bouncycastle.asn1.x509 that return IAlgorithmIdentifierModifier and TypeMethodDescriptionSubjectPublicKeyInfoBC.getAlgorithm()
Calls actualgetAlgorithm
method for the wrapped SubjectPublicKeyInfo object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.cert.ocsp
Methods in com.itextpdf.bouncycastle.cert.ocsp that return IAlgorithmIdentifierModifier and TypeMethodDescriptionCertificateIDBC.getHashSha1()
GetsgetHashSha1
constant for the wrapped CertificateID. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.operator
Methods in com.itextpdf.bouncycastle.operator with parameters of type IAlgorithmIdentifierModifier and TypeMethodDescriptionDigestCalculatorProviderBC.get
(IAlgorithmIdentifier algorithmIdentifier) Calls actualget
method for the wrapped DigestCalculatorProvider object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.tsp
Methods in com.itextpdf.bouncycastle.tsp that return IAlgorithmIdentifierModifier and TypeMethodDescriptionTimeStampTokenInfoBC.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped TimeStampTokenInfo object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips
Methods in com.itextpdf.bouncycastlefips that return IAlgorithmIdentifierModifier 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.Methods in com.itextpdf.bouncycastlefips with parameters of type IAlgorithmIdentifierModifier 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
Methods in com.itextpdf.bouncycastlefips.asn1 with parameters of type IAlgorithmIdentifierModifier and TypeMethodDescriptionvoid
ASN1EncodableVectorBCFips.add
(IAlgorithmIdentifier element) Calls actualadd
method for the wrapped ASN1EncodableVector object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.asn1.cms
Constructors in com.itextpdf.bouncycastlefips.asn1.cms with parameters of type IAlgorithmIdentifierModifierConstructorDescriptionEncryptedContentInfoBCFips
(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
Constructors in com.itextpdf.bouncycastlefips.asn1.esf with parameters of type IAlgorithmIdentifierModifierConstructorDescriptionOtherHashAlgAndValueBCFips
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forOtherHashAlgAndValue
. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.asn1.ess
Methods in com.itextpdf.bouncycastlefips.asn1.ess that return IAlgorithmIdentifierModifier and TypeMethodDescriptionESSCertIDv2BCFips.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped ESSCertIDv2 object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.asn1.pcks
Methods in com.itextpdf.bouncycastlefips.asn1.pcks that return IAlgorithmIdentifierModifier 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
Methods in com.itextpdf.bouncycastlefips.asn1.tsp that return IAlgorithmIdentifierModifier and TypeMethodDescriptionMessageImprintBCFips.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped MessageImprint object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.asn1.x509
Classes in com.itextpdf.bouncycastlefips.asn1.x509 that implement IAlgorithmIdentifierModifier and TypeClassDescriptionclass
Wrapper class forAlgorithmIdentifier
.Methods in com.itextpdf.bouncycastlefips.asn1.x509 that return IAlgorithmIdentifierModifier and TypeMethodDescriptionSubjectPublicKeyInfoBCFips.getAlgorithm()
Calls actualgetAlgorithm
method for the wrapped SubjectPublicKeyInfo object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.cert.ocsp
Methods in com.itextpdf.bouncycastlefips.cert.ocsp that return IAlgorithmIdentifierModifier and TypeMethodDescriptionCertificateIDBCFips.getHashSha1()
GetsgetHashSha1
constant for the wrapped CertificateID. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.operator
Methods in com.itextpdf.bouncycastlefips.operator with parameters of type IAlgorithmIdentifierModifier and TypeMethodDescriptionDigestCalculatorProviderBCFips.get
(IAlgorithmIdentifier algorithmIdentifier) Calls actualget
method for the wrapped DigestCalculatorProvider object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastlefips.tsp
Methods in com.itextpdf.bouncycastlefips.tsp that return IAlgorithmIdentifierModifier and TypeMethodDescriptionTimeStampTokenInfoBCFips.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped TimeStampTokenInfo object. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IAlgorithmIdentifierModifier 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.Methods in com.itextpdf.commons.bouncycastle with parameters of type IAlgorithmIdentifierModifier 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
Methods in com.itextpdf.commons.bouncycastle.asn1 with parameters of type IAlgorithmIdentifierModifier and TypeMethodDescriptionvoid
IASN1EncodableVector.add
(IAlgorithmIdentifier element) Calls actualadd
method for the wrapped ASN1EncodableVector object. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.asn1.ess
Methods in com.itextpdf.commons.bouncycastle.asn1.ess that return IAlgorithmIdentifierModifier and TypeMethodDescriptionIESSCertIDv2.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped ESSCertIDv2 object. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.asn1.pkcs
Methods in com.itextpdf.commons.bouncycastle.asn1.pkcs that return IAlgorithmIdentifierModifier 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
Methods in com.itextpdf.commons.bouncycastle.asn1.tsp that return IAlgorithmIdentifierModifier and TypeMethodDescriptionIMessageImprint.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped MessageImprint object. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.asn1.x509
Methods in com.itextpdf.commons.bouncycastle.asn1.x509 that return IAlgorithmIdentifierModifier and TypeMethodDescriptionISubjectPublicKeyInfo.getAlgorithm()
Calls actualgetAlgorithm
method for the wrapped SubjectPublicKeyInfo object. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.cert.ocsp
Methods in com.itextpdf.commons.bouncycastle.cert.ocsp that return IAlgorithmIdentifierModifier and TypeMethodDescriptionICertificateID.getHashSha1()
GetsgetHashSha1
constant for the wrapped CertificateID. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.operator
Methods in com.itextpdf.commons.bouncycastle.operator with parameters of type IAlgorithmIdentifierModifier and TypeMethodDescriptionIDigestCalculatorProvider.get
(IAlgorithmIdentifier algorithmIdentifier) Calls actualget
method for the wrapped DigestCalculatorProvider object. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.tsp
Methods in com.itextpdf.commons.bouncycastle.tsp that return IAlgorithmIdentifierModifier and TypeMethodDescriptionITimeStampTokenInfo.getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped TimeStampTokenInfo object.