| java.lang.Object org.bouncycastle.cms.CMSSignedHelper
CMSSignedHelper | class CMSSignedHelper (Code) | | |
Method Summary | |
X509Store | createAttributeStore(String type, String provider, ASN1Set certSet) | X509Store | createCRLsStore(String type, String provider, ASN1Set crlSet) | CertStore | createCertStore(String type, String provider, ASN1Set certSet, ASN1Set crlSet) | X509Store | createCertificateStore(String type, String provider, ASN1Set certSet) | String | getDigestAlgName(String digestAlgOID) Return the digest algorithm using one of the standard JCA string
representations rather than the algorithm identifier (if possible). | String[] | getDigestAliases(String algName) | MessageDigest | getDigestInstance(String algorithm, String provider) | String | getEncryptionAlgName(String encryptionAlgOID) Return the digest encryption algorithm using one of the standard
JCA string representations rather the the algorithm identifier (if
possible). | Signature | getSignatureInstance(String algorithm, String provider) |
getDigestAlgName | String getDigestAlgName(String digestAlgOID)(Code) | | Return the digest algorithm using one of the standard JCA string
representations rather than the algorithm identifier (if possible).
|
getEncryptionAlgName | String getEncryptionAlgName(String encryptionAlgOID)(Code) | | Return the digest encryption algorithm using one of the standard
JCA string representations rather the the algorithm identifier (if
possible).
|
|
|