public class

CMSConfig

extends Object
java.lang.Object
   ↳ org.bouncycastle.cms.CMSConfig

Summary

Public Constructors
CMSConfig()
Public Methods
static void setSigningDigestAlgorithmMapping(String oid, String algorithmName)
Set the mapping for the digest algorithm to use in conjunction with a SignedData generation or interpretation.
static void setSigningEncryptionAlgorithmMapping(String oid, String algorithmName)
Set the mapping for the encryption algorithm used in association with a SignedData generation or interpretation.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CMSConfig ()

Public Methods

public static void setSigningDigestAlgorithmMapping (String oid, String algorithmName)

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.

public static void setSigningEncryptionAlgorithmMapping (String oid, 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.