Class 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 Detail

      • OriginatorPublicKey

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

        public OriginatorPublicKey​(ASN1Sequence seq)
        Deprecated.
        use getInstance()