Class SmartCafePrivateKey
java.lang.Object
es.gob.jmulticard.jse.provider.gide.SmartCafePrivateKey
- All Implemented Interfaces:
Serializable, AsymmetricKey, DEREncodablePREVIEW, RSAKey, RSAPrivateKey, Key, PrivateKey, Destroyable
Clave privada de una tarjeta G&D SmartCafe con Applet PKCS#15.
La clase no contiene la clave privada en sí, sino una referencia a ella.
- Author:
- Tomás García-Merás.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionObtiene la tarjeta a la que pertenece esta clave.byte[]Método no soportado.Método no soportado.toString()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Destroyable
destroy, isDestroyedMethods inherited from interface RSAPrivateKey
getParams
-
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
-
getCryptoCard
Obtiene la tarjeta a la que pertenece esta clave.- Returns:
- Tarjeta a la que pertenece esta clave.
-