|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cms.crypto.DERParameterGenerator
public class DERParameterGenerator
Generate ASN.1 "open type" algorithm parameters components encoded using the Distinguished Encoding Rules (DER) of ASN.1.
| Constructor Summary | |
|---|---|
DERParameterGenerator(DERCodec codec)
Constructor for DERParameterGenerator with
ASN.1 encoding rules parameter. |
|
| Method Summary | |
|---|---|
java.security.spec.AlgorithmParameterSpec |
get3DesCbcParameters(ASN1OpenType parameters)
Gets the encoded open type parameters for the 3DES CBC algorithm. |
java.security.spec.AlgorithmParameterSpec |
getAes128CbcParameters(ASN1OpenType parameters)
Gets the ASN.1 "open type" parameters for the 128-bit AES in CBC mode algorithm encoded using DER. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DERParameterGenerator(DERCodec codec)
DERParameterGenerator with
ASN.1 encoding rules parameter.
codec - ASN.1 encoding rules| Method Detail |
|---|
public java.security.spec.AlgorithmParameterSpec getAes128CbcParameters(ASN1OpenType parameters)
throws CryptoException
getAes128CbcParameters in interface ParameterGeneratorparameters - an ASN.1 "open type"
CryptoException
public java.security.spec.AlgorithmParameterSpec get3DesCbcParameters(ASN1OpenType parameters)
throws CryptoException
get3DesCbcParameters in interface ParameterGeneratorparameters - an ASN.1 open type, the value of some ASN.1 type in its encoded format
CryptoException
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||