Class CommonCertificateAttributes
java.lang.Object
es.gob.jmulticard.asn1.DecoderObject
es.gob.jmulticard.asn1.der.Sequence
es.gob.jmulticard.asn1.der.pkcs15.CommonCertificateAttributes
Tipo ASN.1 CommonCertificateAttributes.
CommonCertificateAttributes ::= SEQUENCE { iD Identifier } Identifier ::= OCTET STRING (SIZE (0..pkcs15-ub-identifier))
-
Constructor Summary
ConstructorsConstructorDescriptionConstruye un objeto ASN.1 CommonCertificateAttributes. -
Method Summary
Methods inherited from class es.gob.jmulticard.asn1.der.Sequence
decodeValue, getDefaultTag, getElementAt, getElementCount
Methods inherited from class es.gob.jmulticard.asn1.DecoderObject
checkTag, getBytes, getRawDerValue, setDerValue
-
Constructor Details
-
CommonCertificateAttributes
public CommonCertificateAttributes()Construye un objeto ASN.1 CommonCertificateAttributes.
-
-
Method Details