|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.asn1.der.DERObject
org.apache.directory.shared.asn1.der.DERInteger
public class DERInteger
DER Integer object.
Field Summary |
---|
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject |
---|
tag, value |
Method Summary | |
---|---|
java.math.BigInteger |
bigIntValue()
Lazy accessor |
int |
intValue()
Lazy accessor |
static DERInteger |
valueOf(int integer)
Static factory method, type-conversion operator. |
Methods inherited from class org.apache.directory.shared.asn1.der.DERObject |
---|
encode, equals, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DERInteger valueOf(int integer)
public int intValue()
public java.math.BigInteger bigIntValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |