Package com.oss.asn1
Class RelativeObjectIdentifierIri
java.lang.Object
com.oss.asn1.AbstractData
com.oss.asn1.AbstractString
com.oss.asn1.AbstractString16
com.oss.asn1.UTF8String16
com.oss.asn1.RelativeObjectIdentifierIri
- All Implemented Interfaces:
com.oss.asn1.Sizeable
,Serializable
,Cloneable
The RelativeObjectIdentifierIri class represents the ASN.1 RELATIVE-OID-IRI type.
- Since:
- ASN.1/Java 6.0
- See Also:
-
Field Summary
Fields inherited from class com.oss.asn1.AbstractData
EQUALS, GREATER_THAN, LESS_THAN
-
Constructor Summary
ConstructorsConstructorDescriptionThe default constructor.RelativeObjectIdentifierIri
(char[] value) Construct from a char array.Construct from a String. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Clone 'this' object.Returns the name of ASN.1 type this java class represents.Methods inherited from class com.oss.asn1.UTF8String16
byteArrayValue, getSize, hashCode, hasSurrogatePairs, intArrayValue, setValue, setValue, setValue, setValue
Methods inherited from class com.oss.asn1.AbstractString16
delete, stringValue
Methods inherited from class com.oss.asn1.AbstractString
compareTo, equalTo, getLength
Methods inherited from class com.oss.asn1.AbstractData
equals, isEncodable, isPDU, isValid, toString, toString
-
Constructor Details
-
RelativeObjectIdentifierIri
public RelativeObjectIdentifierIri()The default constructor. -
RelativeObjectIdentifierIri
Construct from a String.- Parameters:
value
- the String to set 'this' object to.
-
RelativeObjectIdentifierIri
public RelativeObjectIdentifierIri(char[] value) Construct from a char array.- Parameters:
value
- the char array to set 'this' object to.
-
-
Method Details
-
clone
Clone 'this' object.- Overrides:
clone
in classUTF8String16
- Returns:
- deep copy of 'this' object.
-
getTypeName
Returns the name of ASN.1 type this java class represents.- Overrides:
getTypeName
in classUTF8String16
- Returns:
- the name of the ASN.1 type.
-