|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpasn.ASN1Object
pasn.ASN1SimpleObject<ASN1IdentifierValue>
pasn.ASN1Identifier
pasn.ASN1RelativeIdentifier
public class ASN1RelativeIdentifier
An ASN.1 RELATIVE IDENTIFIER (REL OID) is a non-constrained identifier.
Contrary to ASN1ObjectIdentifier
, the constraint on the first two
integer values is not taken into account (contrary to OBJECT IDENTIFIERs)
ASN1ObjectIdentifier
Constructor Summary | |
---|---|
ASN1RelativeIdentifier()
|
Method Summary | |
---|---|
java.lang.String |
getASN1Name()
|
void |
validateConstraints(ASN1IdentifierValue value)
|
Methods inherited from class pasn.ASN1Identifier |
---|
getMaximumSize, getMinimumSize, getStringDefaultValue, getStringValue, hasDefaultValue, hasValue, isValueDefault, reset, setDecodedValue, setDefaultValue, setMaximumSize, setMinimumSize, setValue, setValue, toString |
Methods inherited from class pasn.ASN1SimpleObject |
---|
equals, getDefaultValue, getValue, getValueOrDefault, hasValueOrDefault, setDefaultValue, setValue |
Methods inherited from class pasn.ASN1Object |
---|
getAsnClass, getSpecificEncoding, getSpecificEncoding, getType, hasSpecificEncodings, setSpecificEncoding |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface pasn.ASN1GenericObject |
---|
getAsnClass, getType |
Methods inherited from interface pasn.ASN1EncodingSpecificObject |
---|
getSpecificEncoding, hasSpecificEncodings |
Constructor Detail |
---|
public ASN1RelativeIdentifier()
Method Detail |
---|
public final java.lang.String getASN1Name()
public final void validateConstraints(ASN1IdentifierValue value) throws ASN1ConstraintException
ASN1ConstraintException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |