org.apache.asn1.der
Class DEROctetString

java.lang.Object
  extended byorg.apache.asn1.der.DERObject
      extended byorg.apache.asn1.der.DEROctetString
All Implemented Interfaces:
DEREncodable
Direct Known Subclasses:
BERConstructedOctetString

public class DEROctetString
extends DERObject

DER Octet String object.


Field Summary
 
Fields inherited from class org.apache.asn1.der.DERObject
APPLICATION, BIT_STRING, BMP_STRING, BOOLEAN, CONSTRUCTED, ENUMERATED, EXTERNAL, GENERAL_STRING, GENERALIZED_TIME, GRAPHIC_STRING, IA5_STRING, INTEGER, NULL, NUMERIC_STRING, OBJECT_IDENTIFIER, OCTET_STRING, PRINTABLE_STRING, SEQUENCE, SET, T61_STRING, tag, TAGGED, TERMINATOR, UNIVERSAL_STRING, UTC_TIME, UTF8_STRING, value, VIDEOTEX_STRING, VISIBLE_STRING
 
Constructor Summary
DEROctetString(byte[] value)
          Basic DERObject constructor.
 
Method Summary
 byte[] getOctets()
           
 
Methods inherited from class org.apache.asn1.der.DERObject
encode, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DEROctetString

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

Method Detail

getOctets

public byte[] getOctets()
Overrides:
getOctets in class DERObject


Copyright © 2005-2006 . All Rights Reserved.