Class Uint8

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

public class Uint8 extends org.bouncycastle.asn1.ASN1Object
  • Constructor Details

    • Uint8

      public Uint8(int value)
    • Uint8

      public Uint8(BigInteger value)
  • Method Details

    • getInstance

      public static Uint8 getInstance(Object o)
    • verify

      protected int verify(int value)
    • 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