jp.bitmeister.asn1.value
Interface StringItem

All Known Implementing Classes:
BinString, HexString

public interface StringItem

The interface for ASN.1 string items.

Author:
WATANABE, Jun.

Method Summary
 java.lang.String string()
          Returns the string value of this item.
 boolean[] toBinArray()
          Converts the value of this item to an array of boolean.
 byte[] toByteArray()
          Converts the value of this item to an array of byte.
 

Method Detail

string

java.lang.String string()
Returns the string value of this item.

Returns:
The string value.

toBinArray

boolean[] toBinArray()
Converts the value of this item to an array of boolean.

Returns:
An array of boolean.

toByteArray

byte[] toByteArray()
Converts the value of this item to an array of byte.

Returns:
An array of byte.