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
 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


Copyright © 2004-2012. All Rights Reserved.