Package org.bouncycastle.cms
Class CMSConfig
java.lang.Object
org.bouncycastle.cms.CMSConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetSigningEncryptionAlgorithmMapping(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.
-