Class CommonPrivateKeyAttributes
java.lang.Object
es.gob.jmulticard.asn1.DecoderObject
es.gob.jmulticard.asn1.der.Sequence
es.gob.jmulticard.asn1.der.pkcs15.CommonPrivateKeyAttributes
Tipo ASN.1 PKCS#15 CommonPrivateKeyAttributes.
CommonPrivateKeyAttributes ::= SEQUENCE { name Name OPTIONAL, keyIdentifiers [0] SEQUENCE OF CredentialIdentifier {{KeyIdentifiers}} OPTIONAL, generalName [1] GeneralNames OPTIONAL, ... -- For future extensions }
-
Constructor Summary
ConstructorsConstructorDescriptionConstruye un tipo ASN.1 PKCS#15 CommonPrivateKeyAttributes. -
Method Summary
Modifier and TypeMethodDescriptionObtiene elPrincipal
X.509 de la clave privada.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
-
CommonPrivateKeyAttributes
public CommonPrivateKeyAttributes()Construye un tipo ASN.1 PKCS#15 CommonPrivateKeyAttributes.
-
-
Method Details
-
getKeyPrincipal
Obtiene elPrincipal
X.509 de la clave privada.- Returns:
Principal
X.509 de la clave privada.
-