Class CertificateId

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

    public class CertificateId
    extends org.bouncycastle.asn1.ASN1Object
    implements org.bouncycastle.asn1.ASN1Choice
    CertificateId ::= CHOICE { linkageData LinkageData, name Hostname, binaryId OCTET STRING(SIZE(1..64)), none NULL, ... }
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  CertificateId.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      CertificateId​(int choice, org.bouncycastle.asn1.ASN1Encodable value)  
    • Constructor Detail

      • CertificateId

        public CertificateId​(int choice,
                             org.bouncycastle.asn1.ASN1Encodable value)
    • Method Detail

      • getInstance

        public static CertificateId getInstance​(java.lang.Object o)
      • 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
      • getChoice

        public int getChoice()
      • getValue

        public org.bouncycastle.asn1.ASN1Encodable getValue()