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, hashCode
public CMSORIforKEMOtherInfo(AlgorithmIdentifier wrap, int kekLength)
public CMSORIforKEMOtherInfo(AlgorithmIdentifier wrap, int kekLength, byte[] ukm)
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object