java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.etsi103097.extension.ExtId
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class ExtId extends org.bouncycastle.asn1.ASN1Object
ExtId ::= INTEGER(0..255)
  • Constructor Details

    • ExtId

      public ExtId(long value)
    • ExtId

      public ExtId(BigInteger value)
    • ExtId

      public ExtId(byte[] bytes)
  • Method Details

    • getExtId

      public BigInteger getExtId()
    • getInstance

      public static ExtId getInstance(Object object)
    • 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