mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
07.57.2006 047432559933543c058e5dd40250dbcd47d06c67
opendj-sdk/opends/src/server/org/opends/server/protocols/asn1/ASN1OctetString.java
@@ -42,6 +42,14 @@
/**
 * This class defines the data structures and methods to use when interacting
 * with ASN.1 octet string elements.
 * <BR><BR>
 * Note that this class also implements the <CODE>ByteString</CODE> interface,
 * but in most cases whenever it is necessary to create an instance of a
 * <CODE>ByteString</CODE> object, the caller should use one of the
 * <CODE>ByteStringFactory.create</CODE> methods rather than creating an
 * <CODE>ASN1OctetString</CODE> object directly.  In general, direct references
 * to ASN.1 elements should be limited to cases in which ASN.1 is actually
 * involved.
 */
public class ASN1OctetString
       extends ASN1Element