Class 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 Summary

      Constructors 
      Constructor Description
      ExtId​(byte[] bytes)  
      ExtId​(long value)  
      ExtId​(java.math.BigInteger value)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getExtId()  
      static ExtId getInstance​(java.lang.Object object)  
      org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()  
      • Methods inherited from class org.bouncycastle.asn1.ASN1Object

        encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExtId

        public ExtId​(long value)
      • ExtId

        public ExtId​(java.math.BigInteger value)
      • ExtId

        public ExtId​(byte[] bytes)
    • Method Detail

      • getExtId

        public java.math.BigInteger getExtId()
      • getInstance

        public static ExtId getInstance​(java.lang.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