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

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

public class DERBMPString
extends DERString

DER BMPString object.


Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject
tag, value
 
Constructor Summary
DERBMPString(byte[] value)
          Basic DERObject constructor.
 
Method Summary
 java.lang.String getString()
          Lazy accessor.
static DERBMPString valueOf(java.lang.String string)
          Static factory method, type-conversion operator.
 
Methods inherited from class org.apache.directory.shared.asn1.der.DERString
byteArrayToString, stringToByteArray
 
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

DERBMPString

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

Method Detail

valueOf

public static DERBMPString valueOf(java.lang.String string)
Static factory method, type-conversion operator.


getString

public java.lang.String getString()
Description copied from class: DERString
Lazy accessor.

Overrides:
getString in class DERString
Returns:
underlying byte array converted to a String


Copyright © 2004-2009. All Rights Reserved.