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 elPrincipalX.509 de la clave privada.Methods inherited from class Sequence
decodeValue, getDefaultTag, getElementAt, getElementCountMethods inherited from class DecoderObject
checkTag, getBytes, getRawDerValue, setDerValue
-
Constructor Details
-
CommonPrivateKeyAttributes
public CommonPrivateKeyAttributes()Construye un tipo ASN.1 PKCS#15 CommonPrivateKeyAttributes.
-
-
Method Details
-
getKeyPrincipal
Obtiene elPrincipalX.509 de la clave privada.- Returns:
PrincipalX.509 de la clave privada.
-