|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParameterGenerator
A public interface that defines methods for creating encoded values ("open types") of algorithm parameter ASN.1 types.
| Method Summary | |
|---|---|
java.security.spec.AlgorithmParameterSpec |
get3DesCbcParameters(ASN1OpenType parameters)
Prepares an encoded value of ASN.1 type IV for use in
the parameters component of a value of ASN.1 type
ContentEncryptionAlgorithmIdentifier. |
java.security.spec.AlgorithmParameterSpec |
getAes128CbcParameters(ASN1OpenType parameters)
Prepares an encoded value of ASN.1 type AES-IV for use
in the parameters component of a value of ASN.1 type
ContentEncryptionAlgorithmIdentifier. |
| Method Detail |
|---|
java.security.spec.AlgorithmParameterSpec getAes128CbcParameters(ASN1OpenType parameters)
throws CryptoException
AES-IV for use
in the parameters component of a value of ASN.1 type
ContentEncryptionAlgorithmIdentifier.
parameters - a sixteen octet value of ASN.1 type AES-IV, a value of ASN.1 type OCTET STRING, in its encoded form
CryptoException
java.security.spec.AlgorithmParameterSpec get3DesCbcParameters(ASN1OpenType parameters)
throws CryptoException
IV for use in
the parameters component of a value of ASN.1 type
ContentEncryptionAlgorithmIdentifier.
parameters - a value of ASN.1 type IV, which is
a value of ASN.1 type OCTET STRING, in its encoded form
CryptoException
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||