Class CertificateId

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.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, ... }
  • Field Details

  • Constructor Details

    • CertificateId

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

    • getInstance

      public static CertificateId getInstance(Object o)
    • builder

      public static CertificateId.Builder builder()
    • 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()