Class CeresPrivateKeyObject


public final class CeresPrivateKeyObject extends PrivateKeyObject
Tipo ASN.1 PKCS#15 PrivateKeyObject específico para ciertas tarjetas FNMT CERES.
  PrivateKeyObject {KeyAttributes} ::= PKCS15Object {
    CommonKeyAttributes,
    CommonPrivateKeyAttributes,
    KeyAttributes
  }
 
Que en el caso de claves privadas RSA (instanciando como PrivateKeyObject {PrivateRSAKeyAttributes}) y deshaciendo PKCS15Object en su secuencia queda la estructura:
  PrivateKeyObject {PrivateRSAKeyAttributes} ::= SEQUENCE {
    CommonObjectAttributes,
    CommonKeyAttributes,
    CommonPrivateKeyAttributes,
    PrivateRsaKeyAttributes
  }
 
  • Constructor Details

    • CeresPrivateKeyObject

      public CeresPrivateKeyObject()
      Construye un objeto ASN.1 PKCS#15 PrivateKeyObject específico para ciertas tarjetas FNMT CERES.
  • Method Details