Uses of Interface
jp.bitmeister.asn1.value.StringItem

Packages that use StringItem
jp.bitmeister.asn1.type.builtin Contains the classes which represents built-in ASN.1 types. 
jp.bitmeister.asn1.value Contains the classes which represents ASN.1 values. 
 

Uses of StringItem in jp.bitmeister.asn1.type.builtin
 

Methods in jp.bitmeister.asn1.type.builtin with parameters of type StringItem
 void OCTET_STRING.set(StringItem item)
          Sets the StringItem value to the instance.
 void BIT_STRING.set(StringItem item)
          Sets the StringItem value to this data.
 

Constructors in jp.bitmeister.asn1.type.builtin with parameters of type StringItem
BIT_STRING(StringItem item)
          Instantiates a BIT_STRING and initialize it with the StringItem.
OCTET_STRING(StringItem item)
          Instantiates an OCTET_STRING and initialize it with the StringItem.
 

Uses of StringItem in jp.bitmeister.asn1.value
 

Classes in jp.bitmeister.asn1.value that implement StringItem
 class BinString
          Represents ASN.1 'Binaly string(bString)' item.
 class HexString
          Represents ASN.1 'Hex string(hString)' item.