Class CMSORIforKEMOtherInfo

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.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

    Constructors
    Constructor
    Description
    CMSORIforKEMOtherInfo(org.bouncycastle.asn1.x509.AlgorithmIdentifier wrap, int kekLength)
     
    CMSORIforKEMOtherInfo(org.bouncycastle.asn1.x509.AlgorithmIdentifier wrap, int kekLength, byte[] ukm)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bouncycastle.asn1.ASN1Primitive
     

    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 Details

    • 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 Details

    • toASN1Primitive

      public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
      Specified by:
      toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object