Class AttributeTypeAndDistinguishedValue
java.lang.Object
es.gob.jmulticard.asn1.DecoderObject
es.gob.jmulticard.asn1.der.Sequence
es.gob.jmulticard.asn1.der.x509.AttributeTypeAndDistinguishedValue
Tipo ASN.1 X.500 AttributeTypeAndDistinguishedValue.
AttributeTypeAndDistinguishedValue ::= SEQUENCE {
type ObjectIdentifier,
value UTF8String
}
-
Constructor Summary
ConstructorsConstructorDescriptionConstruye un objeto ASN.1 X.500 AttributeTypeAndDistinguishedValue. -
Method Summary
Methods inherited from class Sequence
decodeValue, getDefaultTag, getElementAt, getElementCountMethods inherited from class DecoderObject
checkTag, getBytes, getRawDerValue, setDerValue
-
Constructor Details
-
AttributeTypeAndDistinguishedValue
public AttributeTypeAndDistinguishedValue()Construye un objeto ASN.1 X.500 AttributeTypeAndDistinguishedValue.
-
-
Method Details
-
toString
-