public class CMSORIforKEMOtherInfo extends ASN1Object
CMSORIforKEMOtherInfo ::= SEQUENCE {
wrap KeyEncryptionAlgorithmIdentifier,
kekLength INTEGER (1..65535),
ukm [0] EXPLICIT UserKeyingMaterial OPTIONAL
}
UserKeyingMaterial ::= OCTET STRING
| Constructor and Description |
|---|
CMSORIforKEMOtherInfo(AlgorithmIdentifier wrap,
int kekLength) |
CMSORIforKEMOtherInfo(AlgorithmIdentifier wrap,
int kekLength,
byte[] ukm) |
| Modifier and Type | Method and Description |
|---|---|
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCodepublic CMSORIforKEMOtherInfo(AlgorithmIdentifier wrap, int kekLength)
public CMSORIforKEMOtherInfo(AlgorithmIdentifier wrap, int kekLength, byte[] ukm)
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object