Class CeresPrivateKey
java.lang.Object
es.gob.jmulticard.jse.provider.ceres.CeresPrivateKey
- All Implemented Interfaces:
Serializable, AsymmetricKey, DEREncodablePREVIEW, RSAKey, RSAPrivateKey, Key, PrivateKey, Destroyable
Clave privada de una tarjeta FNMT-RCM-CERES. La clase no contiene la clave privada en sí, sino
una referencia a ella y una referencia a la propia tarjeta.
- Author:
- Tomás García-Merás.
- See Also:
-
Method Details
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getFormat
-
getModulus
-
getPrivateExponent
Método no soportado.- Specified by:
getPrivateExponentin interfaceRSAPrivateKey
-
toString
-