Class UintBase
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.basetypes.UintBase
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable,org.bouncycastle.util.Encodable
public abstract class UintBase
extends org.bouncycastle.asn1.ASN1Object
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionUintBase(int value) UintBase(long value) UintBase(BigInteger value) protectedUintBase(org.bouncycastle.asn1.ASN1Integer integer) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidgetValue()org.bouncycastle.asn1.ASN1PrimitiveMethods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Field Details
-
value
-
-
Constructor Details
-
UintBase
-
UintBase
public UintBase(int value) -
UintBase
public UintBase(long value) -
UintBase
protected UintBase(org.bouncycastle.asn1.ASN1Integer integer)
-
-
Method Details
-
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()
-