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.BigInteger
value
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
assertLimit()
java.math.BigInteger
getValue()
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Method Detail
-
getValue
public java.math.BigInteger getValue()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
assertLimit
protected abstract void assertLimit()
-
-