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 4.3
- 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
Methods inherited from class com.oss.asn1.UTF8String16
byteArrayValue, getSize, hashCode, intArrayValue, setValue, setValue, setValue, setValue
Methods inherited from class com.oss.asn1.AbstractString16
clone, 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.
-