Class OriginatorPublicKey

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cms.OriginatorPublicKey
All Implemented Interfaces:
ASN1Encodable, Encodable

public class OriginatorPublicKey extends ASN1Object
RFC 5652: Content encryption key delivery mechanisms.

 OriginatorPublicKey ::= SEQUENCE {
     algorithm AlgorithmIdentifier,
     publicKey BIT STRING 
 }
 
  • Constructor Details

    • OriginatorPublicKey

      public OriginatorPublicKey(AlgorithmIdentifier algorithm, byte[] publicKey)
  • Method Details