Class CommonPrivateKeyAttributes
- java.lang.Object
-
- es.gob.jmulticard.asn1.DecoderObject
-
- es.gob.jmulticard.asn1.der.Sequence
-
- es.gob.jmulticard.asn1.der.pkcs15.CommonPrivateKeyAttributes
-
public final class CommonPrivateKeyAttributes extends Sequence
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
Constructors Constructor Description CommonPrivateKeyAttributes()
Construye un tipo ASN.1 PKCS#15 CommonPrivateKeyAttributes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.security.auth.x500.X500Principal
getKeyPrincipal()
Obtiene 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
-
-