Class UintBase
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.UintBase
-
-
Field Summary
Fields Modifier and Type Field Description protected java.math.BigIntegervalue
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidassertLimit()java.math.BigIntegergetValue()org.bouncycastle.asn1.ASN1PrimitivetoASN1Primitive()
-
-
-
Method Detail
-
getValue
public java.math.BigInteger getValue()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-
assertLimit
protected abstract void assertLimit()
-
-