Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x509.IAlgorithmIdentifier
-
-
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
BouncyCastleFactory. createAlgorithmIdentifier(IASN1ObjectIdentifier algorithm)
Create algorithm identifier wrapper from ASN1 Object identifier wrapper.IAlgorithmIdentifier
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 IAlgorithmIdentifier Modifier and Type Method Description byte[]
BouncyCastleFactory. createCipherBytes(java.security.cert.X509Certificate x509certificate, byte[] abyte0, IAlgorithmIdentifier algorithmIdentifier)
Create cipher bytes fromX509Certificate
,byte[]
value and algorithm identifier wrapper.IEncryptedContentInfo
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.IKeyTransRecipientInfo
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.IOtherHashAlgAndValue
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 IAlgorithmIdentifier Modifier and Type Method Description void
ASN1EncodableVectorBC. add(IAlgorithmIdentifier element)
Calls actualadd
method for the wrapped ASN1EncodableVector object.void
ASN1EncodableVectorBC. addOptional(IAlgorithmIdentifier element)
Calls actualadd
method for the wrapped ASN1EncodableVector object if the element is not null. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.asn1.cms
Constructors in com.itextpdf.bouncycastle.asn1.cms with parameters of type IAlgorithmIdentifier Constructor Description EncryptedContentInfoBC(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 IAlgorithmIdentifier Constructor Description OtherHashAlgAndValueBC(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 IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
ESSCertIDv2BC. 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 IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
RSASSAPSSParamsBC. getHashAlgorithm()
Return theIAlgorithmIdentifier
describing the digest algorithm to be used in the signature.IAlgorithmIdentifier
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 IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
MessageImprintBC. 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 IAlgorithmIdentifier Modifier and Type Class Description class
AlgorithmIdentifierBC
Wrapper class forAlgorithmIdentifier
.Methods in com.itextpdf.bouncycastle.asn1.x509 that return IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
SubjectPublicKeyInfoBC. getAlgorithm()
Calls actualgetAlgorithm
method for the wrapped SubjectPublicKeyInfo object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.cert
Methods in com.itextpdf.bouncycastle.cert that return IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
X509CertificateHolderBC. getSignatureAlgorithm()
Retrieves signature algorithm identifier from the certificate. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastle.cert.ocsp
Methods in com.itextpdf.bouncycastle.cert.ocsp that return IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
CertificateIDBC. 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 IAlgorithmIdentifier Modifier and Type Method Description IDigestCalculator
DigestCalculatorProviderBC. 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 IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
TimeStampTokenInfoBC. getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped TimeStampTokenInfo object. -
Uses of IAlgorithmIdentifier in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
BouncyCastleDefaultFactory. createAlgorithmIdentifier(IASN1ObjectIdentifier algorithm)
IAlgorithmIdentifier
BouncyCastleDefaultFactory. createAlgorithmIdentifier(IASN1ObjectIdentifier algorithm, IASN1Encodable encodable)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IAlgorithmIdentifier Modifier and Type Method Description byte[]
BouncyCastleDefaultFactory. createCipherBytes(java.security.cert.X509Certificate x509certificate, byte[] abyte0, IAlgorithmIdentifier algorithmIdentifier)
IEncryptedContentInfo
BouncyCastleDefaultFactory. createEncryptedContentInfo(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
IKeyTransRecipientInfo
BouncyCastleDefaultFactory. createKeyTransRecipientInfo(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
IOtherHashAlgAndValue
BouncyCastleDefaultFactory. createOtherHashAlgAndValue(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
-
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
IBouncyCastleFactory. createAlgorithmIdentifier(IASN1ObjectIdentifier algorithm)
Create algorithm identifier wrapper from ASN1 Object identifier wrapper.IAlgorithmIdentifier
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 IAlgorithmIdentifier Modifier and Type Method Description byte[]
IBouncyCastleFactory. createCipherBytes(java.security.cert.X509Certificate x509certificate, byte[] abyte0, IAlgorithmIdentifier algorithmIdentifier)
Create cipher bytes fromX509Certificate
,byte[]
value and algorithm identifier wrapper.IEncryptedContentInfo
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.IKeyTransRecipientInfo
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.IOtherHashAlgAndValue
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 IAlgorithmIdentifier Modifier and Type Method Description void
IASN1EncodableVector. add(IAlgorithmIdentifier element)
Calls actualadd
method for the wrapped ASN1EncodableVector object.void
IASN1EncodableVector. addOptional(IAlgorithmIdentifier element)
Calls actualadd
method for the wrapped ASN1EncodableVector object if the element is not null. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.asn1.ess
Methods in com.itextpdf.commons.bouncycastle.asn1.ess that return IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
IESSCertIDv2. 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 IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
IRSASSAPSSParams. getHashAlgorithm()
Return theIAlgorithmIdentifier
describing the digest algorithm to be used in the signature.IAlgorithmIdentifier
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 IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
IMessageImprint. 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 IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
ISubjectPublicKeyInfo. getAlgorithm()
Calls actualgetAlgorithm
method for the wrapped SubjectPublicKeyInfo object. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.cert
Methods in com.itextpdf.commons.bouncycastle.cert that return IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
IX509CertificateHolder. getSignatureAlgorithm()
Retrieves signature algorithm identifier from the certificate. -
Uses of IAlgorithmIdentifier in com.itextpdf.commons.bouncycastle.cert.ocsp
Methods in com.itextpdf.commons.bouncycastle.cert.ocsp that return IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
ICertificateID. 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 IAlgorithmIdentifier Modifier and Type Method Description IDigestCalculator
IDigestCalculatorProvider. 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 IAlgorithmIdentifier Modifier and Type Method Description IAlgorithmIdentifier
ITimeStampTokenInfo. getHashAlgorithm()
Calls actualgetHashAlgorithm
method for the wrapped TimeStampTokenInfo object. -
Uses of IAlgorithmIdentifier in com.itextpdf.kernel.crypto.securityhandler
Fields in com.itextpdf.kernel.crypto.securityhandler declared as IAlgorithmIdentifier Modifier and Type Field Description (package private) IAlgorithmIdentifier
EncryptionUtils.DERForRecipientParams. algorithmIdentifier
Methods in com.itextpdf.kernel.crypto.securityhandler with parameters of type IAlgorithmIdentifier Modifier and Type Method Description (package private) static byte[]
EncryptionUtils. cipherBytes(java.security.cert.X509Certificate x509certificate, byte[] abyte0, IAlgorithmIdentifier algorithmIdentifier)
-
Uses of IAlgorithmIdentifier in com.itextpdf.signatures
Methods in com.itextpdf.signatures with parameters of type IAlgorithmIdentifier Modifier and Type Method Description (package private) static ICertificateID
SignUtils. generateCertificateId(java.security.cert.X509Certificate issuerCert, java.math.BigInteger serialNumber, IAlgorithmIdentifier digestAlgorithmIdentifier)
-