Class GetCert

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

    public class GetCert
    extends org.bouncycastle.asn1.ASN1Object
          id-cmc-getCert OBJECT IDENTIFIER ::= {id-cmc 15}
    
          GetCert ::= SEQUENCE {
               issuerName      GeneralName,
               serialNumber    INTEGER }
     
    • Constructor Detail

      • GetCert

        public GetCert​(org.bouncycastle.asn1.x509.GeneralName issuerName,
                       BigInteger serialNumber)
    • Method Detail

      • getIssuerName

        public org.bouncycastle.asn1.x509.GeneralName getIssuerName()
      • getSerialNumber

        public BigInteger getSerialNumber()
      • 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