public class CMSConfig extends Object
| Constructor and Description |
|---|
CMSConfig() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static void setSigningEncryptionAlgorithmMapping(String oid, String algorithmName)
oid - object identifier to map.algorithmName - algorithm name to use.public static void setSigningDigestAlgorithmMapping(String oid, String algorithmName)
oid - object identifier to map.algorithmName - algorithm name to use.Copyright © 2015. All rights reserved.