|
Bouncy Castle Cryptography 1.47 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.cms.CMSConfig
public class CMSConfig
| Constructor Summary | |
|---|---|
CMSConfig()
|
|
| Method Summary | |
|---|---|
static void |
setSigningDigestAlgorithmMapping(java.lang.String oid,
java.lang.String algorithmName)
Set the mapping for the digest algorithm to use in conjunction with a SignedData generation or interpretation. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMSConfig()
| Method Detail |
|---|
public static void setSigningEncryptionAlgorithmMapping(java.lang.String oid,
java.lang.String algorithmName)
oid - object identifier to map.algorithmName - algorithm name to use.
public static void setSigningDigestAlgorithmMapping(java.lang.String oid,
java.lang.String algorithmName)
oid - object identifier to map.algorithmName - algorithm name to use.
|
Bouncy Castle Cryptography 1.47 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||