Class 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 Detail

      • CommonPrivateKeyAttributes

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

      • getKeyPrincipal

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