JavaScript is disabled on your browser.
Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 1.52.0.redhat-3
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Known Implementing Classes:
DefaultCMSSignatureEncryptionAlgorithmFinder
public interface CMSSignatureEncryptionAlgorithmFinder
Finder which is used to look up the algorithm identifiers representing the encryption algorithms that
are associated with a particular signature algorithm.
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type
Method and Description
org.bouncycastle.asn1.x509.AlgorithmIdentifier
findEncryptionAlgorithm (org.bouncycastle.asn1.x509.AlgorithmIdentifier signatureAlgorithm)
Return the encryption algorithm identifier associated with the passed in signatureAlgorithm
Method Detail
findEncryptionAlgorithm
org.bouncycastle.asn1.x509.AlgorithmIdentifier findEncryptionAlgorithm(org.bouncycastle.asn1.x509.AlgorithmIdentifier signatureAlgorithm)
Return the encryption algorithm identifier associated with the passed in signatureAlgorithm
Parameters:
signatureAlgorithm
- the algorithm identifier of the signature of interest
Returns:
the algorithm identifier to be associated with the encryption algorithm used in signature creation.
Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 1.52.0.redhat-3
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2016 BouncyCastle.org . All rights reserved.