Class CMCPublicationInfo

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

    public class CMCPublicationInfo
    extends org.bouncycastle.asn1.ASN1Object
          CMCPublicationInfo ::= SEQUENCE {
               hashAlg                      AlgorithmIdentifier,
               certHashes                   SEQUENCE OF OCTET STRING,
               pubInfo                      PKIPublicationInfo
     }
    
    
    • Constructor Detail

      • CMCPublicationInfo

        public CMCPublicationInfo​(org.bouncycastle.asn1.x509.AlgorithmIdentifier hashAlg,
                                  byte[][] anchorHashes,
                                  PKIPublicationInfo pubInfo)
    • Method Detail

      • getHashAlg

        public org.bouncycastle.asn1.x509.AlgorithmIdentifier getHashAlg()
      • getCertHashes

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