Bouncy Castle Cryptography Library 1.79

org.bouncycastle.asn1.cms
Class CMSORIforKEMOtherInfo

java.lang.Object
  extended byorg.bouncycastle.asn1.ASN1Object
      extended byorg.bouncycastle.asn1.cms.CMSORIforKEMOtherInfo
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class CMSORIforKEMOtherInfo
extends org.bouncycastle.asn1.ASN1Object

CMSORIforKEMOtherInfo ::= SEQUENCE { wrap KeyEncryptionAlgorithmIdentifier, kekLength INTEGER (1..MAX), ukm [0] EXPLICIT UserKeyingMaterial OPTIONAL } UserKeyingMaterial ::= OCTET STRING


Constructor Summary
CMSORIforKEMOtherInfo(org.bouncycastle.asn1.x509.AlgorithmIdentifier wrap, int kekLength)
           
CMSORIforKEMOtherInfo(org.bouncycastle.asn1.x509.AlgorithmIdentifier wrap, int kekLength, byte[] ukm)
           
 
Method Summary
 org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMSORIforKEMOtherInfo

public CMSORIforKEMOtherInfo(org.bouncycastle.asn1.x509.AlgorithmIdentifier wrap,
                             int kekLength)

CMSORIforKEMOtherInfo

public CMSORIforKEMOtherInfo(org.bouncycastle.asn1.x509.AlgorithmIdentifier wrap,
                             int kekLength,
                             byte[] ukm)
Method Detail

toASN1Primitive

public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()

Bouncy Castle Cryptography Library 1.79