|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.cms.DefaultCMSSignatureEncryptionAlgorithmFinder
Field Summary | |
protected static java.util.Map |
GOST_ENC
|
protected static java.util.Set |
RSA_PKCS1d5
|
Constructor Summary | |
DefaultCMSSignatureEncryptionAlgorithmFinder()
|
Method Summary | |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
findEncryptionAlgorithm(org.bouncycastle.asn1.x509.AlgorithmIdentifier signatureAlgorithm)
Return the encryption algorithm identifier associated with the passed in signatureAlgorithm |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.util.Set RSA_PKCS1d5
protected static final java.util.Map GOST_ENC
Constructor Detail |
public DefaultCMSSignatureEncryptionAlgorithmFinder()
Method Detail |
public org.bouncycastle.asn1.x509.AlgorithmIdentifier findEncryptionAlgorithm(org.bouncycastle.asn1.x509.AlgorithmIdentifier signatureAlgorithm)
CMSSignatureEncryptionAlgorithmFinder
findEncryptionAlgorithm
in interface CMSSignatureEncryptionAlgorithmFinder
org.bouncycastle.cms.CMSSignatureEncryptionAlgorithmFinder
signatureAlgorithm
- the algorithm identifier of the signature of interest
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |