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

java.lang.Object
  extended byorg.apache.directory.shared.asn1.der.DERObject
      extended byorg.apache.directory.shared.asn1.der.DEREnumerated
All Implemented Interfaces:
DEREncodable

public class DEREnumerated
extends DERObject

DER Enumerated object.


Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject
tag, value
 
Constructor Summary
DEREnumerated(byte[] value)
          Basic DERObject constructor.
 
Method Summary
 int intValue()
          Lazy accessor
static DEREnumerated 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
 

Constructor Detail

DEREnumerated

public DEREnumerated(byte[] value)
Basic DERObject constructor.

Method Detail

valueOf

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


intValue

public int intValue()
Lazy accessor

Returns:
integer value


Copyright © 2004-2007 null. All Rights Reserved.