Uses of Class
jp.bitmeister.asn1.type.builtin.OCTET_STRING

Packages that use OCTET_STRING
jp.bitmeister.asn1.codec.ber Contains the codec classes used for BER(Basic Encoding Rules) encoding and decoding. 
jp.bitmeister.asn1.processor Contains the classes and interfaces used for processors which apply some process to ASN.1 data. 
jp.bitmeister.asn1.type Contains the common classes and interfaces used for defining ASN.1 types and processing ASN.1 data. 
jp.bitmeister.asn1.type.builtin Contains the classes which represents built-in ASN.1 types. 
jp.bitmeister.asn1.type.useful Contains the classes which represents useful ASN.1 types. 
 

Uses of OCTET_STRING in jp.bitmeister.asn1.codec.ber
 

Methods in jp.bitmeister.asn1.codec.ber with parameters of type OCTET_STRING
 jp.bitmeister.asn1.codec.ber.EncodedOctets BerEncoder.visit(OCTET_STRING data)
           
 java.lang.Void BerDecoder.visit(OCTET_STRING data)
           
 

Uses of OCTET_STRING in jp.bitmeister.asn1.processor
 

Methods in jp.bitmeister.asn1.processor with parameters of type OCTET_STRING
 R ASN1VisitorAdaptor.visit(OCTET_STRING data)
           
 R ASN1Visitor.visit(OCTET_STRING data)
          Visits the OCTET_STRING data.
 java.lang.Void ASN1StringBuilder.visit(OCTET_STRING data)
           
 

Uses of OCTET_STRING in jp.bitmeister.asn1.type
 

Subclasses of OCTET_STRING in jp.bitmeister.asn1.type
 class StringType
          The base class for character string types.
 class TimeType
          The base class for types which contains a String that represents date and time.
 

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

Methods in jp.bitmeister.asn1.type.builtin with parameters of type OCTET_STRING
 void OCTET_STRING.concatenate(OCTET_STRING data)
           
 

Uses of OCTET_STRING in jp.bitmeister.asn1.type.useful
 

Subclasses of OCTET_STRING in jp.bitmeister.asn1.type.useful
 class BMPString
          Represents ASN.1 'BMPString' type.
 class GeneralizedTime
          Represents ASN.1 "GeneralizedTime" type.
 class GeneralString
          Represents ASN.1 'GeneralString' type.
 class GraphicString
          Represents ASN.1 'GraphicString' type.
 class IA5String
          Represents ASN.1 'IA5String' type.
 class NumericString
          Represents ASN.1 'NumericString' type.
 class ObjectDescriptor
          Represents ASN.1 'ObjectDescriptor' type.
 class PrintableString
          Represents ASN.1 'PrintableString' type.
 class TeletexString
          Represents ASN.1 'TeletexString' type.
 class UniversalString
          Represents ASN.1 'UniversalString' type.
 class UTCTime
          Represents ASN.1 'UTCTime' type.
 class UTF8String
          Represents ASN.1 'UTF8String' type.
 class VideotexString
          Represents ASN.1 'VideotexString' type.
 class VisibleString
          Represents ASN.1 'VisibleString' type.
 

Fields in jp.bitmeister.asn1.type.useful declared as OCTET_STRING
 OCTET_STRING EMBEDDED_PDV.data_value
          'data-value' field.
 OCTET_STRING EXTERNAL.Encoding.octet_aligned
          'octet-aligned' field.
 

Constructors in jp.bitmeister.asn1.type.useful with parameters of type OCTET_STRING
CHARACTER_STRING(EMBEDDED_PDV.Identification identification, OCTET_STRING data_value)
           
EMBEDDED_PDV(EMBEDDED_PDV.Identification identification, OCTET_STRING data_value)
          Instantiates an EMBEDDED_PDV and initialize it with prameters.