Class UINT16
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.basetypes.UintBase
org.bouncycastle.oer.its.ieee1609dot2.basetypes.UINT16
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
- Direct Known Subclasses:
CountryOnly
,CrlSeries
,Elevation
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionUINT16
(int value) UINT16
(long value) UINT16
(BigInteger value) protected
UINT16
(org.bouncycastle.asn1.ASN1Integer integer) -
Method Summary
Methods inherited from class org.bouncycastle.oer.its.ieee1609dot2.basetypes.UintBase
getValue, toASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
UINT16
-
UINT16
public UINT16(int value) -
UINT16
public UINT16(long value) -
UINT16
protected UINT16(org.bouncycastle.asn1.ASN1Integer integer)
-
-
Method Details
-
getInstance
-
valueOf
-
assertLimit
protected void assertLimit()- Specified by:
assertLimit
in classUintBase
-