org.apache.directory.shared.asn1.der
Class DERInteger

java.lang.Object
  extended by org.apache.directory.shared.asn1.der.DERObject
      extended by org.apache.directory.shared.asn1.der.DERInteger
All Implemented Interfaces:
DEREncodable

public class DERInteger
extends DERObject

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

valueOf

public static DERInteger valueOf(int integer)
Static factory method, type-conversion operator.


intValue

public int intValue()
Lazy accessor

Returns:
integer value

bigIntValue

public java.math.BigInteger bigIntValue()
Lazy accessor

Returns:
BigInteger value


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.