Class CommonObjectAttributes
java.lang.Object
es.gob.jmulticard.asn1.DecoderObject
es.gob.jmulticard.asn1.der.Sequence
es.gob.jmulticard.asn1.der.pkcs15.CommonObjectAttributes
Objeto CommonObjectAttributes ASN.1 de PKCS#15.
CommonObjectAttributes ::= SEQUENCE { label Label, flags CommonObjectFlags OPTIONAL, authId Identifier OPTIONAL, } Label ::= UTF8String (SIZE(0..pkcs15-ub-label))
-
Constructor Summary
ConstructorsConstructorDescriptionConstruye un objeto CommonObjectAttributes ASN.1 de PKCS#15. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Obtiene el identificador del objecto.getLabel()
Obtiene la etiqueta del objeto.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
-
CommonObjectAttributes
public CommonObjectAttributes()Construye un objeto CommonObjectAttributes ASN.1 de PKCS#15.
-
-
Method Details
-
getLabel
Obtiene la etiqueta del objeto.- Returns:
- Etiqueta del objeto
-
getIdentifier
public byte[] getIdentifier()Obtiene el identificador del objecto.- Returns:
- Identificador del objecto
-