Class DecryptedPOP

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

    public class DecryptedPOP
    extends org.bouncycastle.asn1.ASN1Object
          id-cmc-decryptedPOP OBJECT IDENTIFIER ::= {id-cmc 10}
    
           DecryptedPOP ::= SEQUENCE {
                bodyPartID      BodyPartID,
                thePOPAlgID     AlgorithmIdentifier,
                thePOP          OCTET STRING
           }
     
    • Constructor Summary

      Constructors 
      Constructor Description
      DecryptedPOP​(BodyPartID bodyPartID, org.bouncycastle.asn1.x509.AlgorithmIdentifier thePOPAlgID, byte[] thePOP)  
    • Constructor Detail

      • DecryptedPOP

        public DecryptedPOP​(BodyPartID bodyPartID,
                            org.bouncycastle.asn1.x509.AlgorithmIdentifier thePOPAlgID,
                            byte[] thePOP)
    • Method Detail

      • getInstance

        public static DecryptedPOP getInstance​(java.lang.Object o)
      • getBodyPartID

        public BodyPartID getBodyPartID()
      • getThePOPAlgID

        public org.bouncycastle.asn1.x509.AlgorithmIdentifier getThePOPAlgID()
      • getThePOP

        public byte[] getThePOP()
      • 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