| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
IBouncyCastleFactory.createCipherBytes(X509Certificate x509certificate,
byte[] abyte0,
IAlgorithmIdentifier algorithmIdentifier)
Create cipher bytes from
X509Certificate, 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IASN1EncodableVector.add(IAlgorithmIdentifier element)
Calls actual
add method for the wrapped ASN1EncodableVector object. |
void |
IASN1EncodableVector.addOptional(IAlgorithmIdentifier element)
Calls actual
add method for the wrapped ASN1EncodableVector object if the element is not null. |
| Modifier and Type | Method and Description |
|---|---|
IAlgorithmIdentifier |
IESSCertIDv2.getHashAlgorithm()
Calls actual
getHashAlgorithm method for the wrapped ESSCertIDv2 object. |
| Modifier and Type | Method and Description |
|---|---|
IAlgorithmIdentifier |
IRSASSAPSSParams.getHashAlgorithm()
Return the
IAlgorithmIdentifier describing the digest algorithm to be used in the signature. |
IAlgorithmIdentifier |
IRSASSAPSSParams.getMaskGenAlgorithm()
Return the
IAlgorithmIdentifier describing the mask generation function to be used in the signature. |
| Modifier and Type | Method and Description |
|---|---|
IAlgorithmIdentifier |
IMessageImprint.getHashAlgorithm()
Calls actual
getHashAlgorithm method for the wrapped MessageImprint object. |
| Modifier and Type | Method and Description |
|---|---|
IAlgorithmIdentifier |
ISubjectPublicKeyInfo.getAlgorithm()
Calls actual
getAlgorithm method for the wrapped SubjectPublicKeyInfo object. |
| Modifier and Type | Method and Description |
|---|---|
IAlgorithmIdentifier |
IX509CertificateHolder.getSignatureAlgorithm()
Retrieves signature algorithm identifier from the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
IAlgorithmIdentifier |
ICertificateID.getHashSha1()
Gets
getHashSha1 constant for the wrapped CertificateID. |
| Modifier and Type | Method and Description |
|---|---|
IDigestCalculator |
IDigestCalculatorProvider.get(IAlgorithmIdentifier algorithmIdentifier)
Calls actual
get method for the wrapped DigestCalculatorProvider object. |
| Modifier and Type | Method and Description |
|---|---|
IAlgorithmIdentifier |
ITimeStampTokenInfo.getHashAlgorithm()
Calls actual
getHashAlgorithm method for the wrapped TimeStampTokenInfo object. |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.