Package com.oss.asn1
Class InfoObject
java.lang.Object
com.oss.asn1.InfoObject
- All Implemented Interfaces:
Serializable
,Cloneable
The InfoObject class represents the ASN.1 InfoObject class type.
- Since:
- ASN.1/Java 6.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InfoObject
public InfoObject()The default constructor.
-
-
Method Details
-
clone
Create a deep copy of 'this' object.- Returns:
- copy of 'this' object.
-
toString
Provides the conversion of 'this' object into the Java String object containing the ASN.1 value notation format.
-