Package org.bouncycastle.cms
Class CMSConfig
java.lang.Object
org.bouncycastle.cms.CMSConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
setSigningDigestAlgorithmMapping
(String oid, String algorithmName) Deprecated.no longer required.static void
setSigningEncryptionAlgorithmMapping
(String oid, String algorithmName) Set the mapping for the encryption algorithm used in association with a SignedData generation or interpretation.
-
Constructor Details
-
CMSConfig
public CMSConfig()
-
-
Method Details
-
setSigningEncryptionAlgorithmMapping
Set the mapping for the encryption algorithm used in association with a SignedData generation or interpretation.- Parameters:
oid
- object identifier to map.algorithmName
- algorithm name to use.
-
setSigningDigestAlgorithmMapping
Deprecated.no longer required.Set the mapping for the digest algorithm to use in conjunction with a SignedData generation or interpretation.- Parameters:
oid
- object identifier to map.algorithmName
- algorithm name to use.
-