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 Details

    • CommonPrivateKeyAttributes

      public CommonPrivateKeyAttributes()
      Construye un tipo ASN.1 PKCS#15 CommonPrivateKeyAttributes.
  • Method Details

    • getKeyPrincipal

      public X500Principal getKeyPrincipal()
      Obtiene el Principal X.509 de la clave privada.
      Returns:
      Principal X.509 de la clave privada.