public class Asn1Integer extends Asn1Simple<BigInteger>
Asn1Type.EncodingType| Constructor and Description |
|---|
Asn1Integer() |
Asn1Integer(BigInteger value) |
Asn1Integer(Integer value) |
Asn1Integer(Long value) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
toBytes() |
protected void |
toValue() |
createSimple, createSimple, decodeBody, encodeBody, encodeBody, encodingBodyLength, getBytes, isDefinitiveLength, isSimple, isSimple, isSimple, setBytes, toStringgetValue, setValuedecode, decode, decode, encode, encode, encodingHeaderLength, encodingLength, getBodyLength, getHeaderLength, isBER, isCER, isDER, isImplicit, isPrimitive, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLength, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitiveisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tag, tagFlags, tagNopublic Asn1Integer()
public Asn1Integer(Integer value)
public Asn1Integer(Long value)
public Asn1Integer(BigInteger value)
protected void toBytes()
toBytes in class Asn1Simple<BigInteger>protected void toValue()
throws IOException
toValue in class Asn1Simple<BigInteger>IOExceptionCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.