Package org.bouncycastle.cms
Class CMSConfig
- java.lang.Object
 - 
- org.bouncycastle.cms.CMSConfig
 
 
- 
public class CMSConfig extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description CMSConfig() 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidsetSigningDigestAlgorithmMapping(java.lang.String oid, java.lang.String algorithmName)Deprecated.no longer required.static voidsetSigningEncryptionAlgorithmMapping(java.lang.String oid, java.lang.String algorithmName)Set the mapping for the encryption algorithm used in association with a SignedData generation or interpretation. 
 - 
 
- 
- 
Method Detail
- 
setSigningEncryptionAlgorithmMapping
public static void setSigningEncryptionAlgorithmMapping(java.lang.String oid, java.lang.String algorithmName)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
public static void setSigningDigestAlgorithmMapping(java.lang.String oid, java.lang.String algorithmName)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.
 
 - 
 
 -