Package com.oss.asn1

Class ObjectDescriptor

All Implemented Interfaces:
com.oss.asn1.Sizeable, Serializable, Cloneable

public class ObjectDescriptor extends AbstractString16
The ObjectDescriptor class represents the ASN.1 ObjectDescriptor type.
Since:
ASN.1/Java 6.0
See Also:
  • Constructor Details

    • ObjectDescriptor

      public ObjectDescriptor()
      The default constructor.
    • ObjectDescriptor

      public ObjectDescriptor(String value)
      Construct from a String.
      Parameters:
      value - the String to set 'this' object to.
    • ObjectDescriptor

      public ObjectDescriptor(char[] value)
      Construct from a String.
      Parameters:
      value - the String to set 'this' object to.
  • Method Details