Uses of Class
es.gob.jmulticard.card.fnmt.ceres.CeresPrivateKeyReference
-
Packages that use CeresPrivateKeyReference Package Description es.gob.jmulticard.jse.provider.ceres Proveedor JSE para tarjetas FNMT-RCM-CERES. -
-
Uses of CeresPrivateKeyReference in es.gob.jmulticard.jse.provider.ceres
Fields in es.gob.jmulticard.jse.provider.ceres declared as CeresPrivateKeyReference Modifier and Type Field Description private CeresPrivateKeyReference
CeresPrivateKey. keyRef
Referencia a la clave dentro de la tarjeta.Methods in es.gob.jmulticard.jse.provider.ceres that return CeresPrivateKeyReference Modifier and Type Method Description (package private) CeresPrivateKeyReference
CeresPrivateKey. getReference()
Recupera la referencia de la clave.Constructors in es.gob.jmulticard.jse.provider.ceres with parameters of type CeresPrivateKeyReference Constructor Description CeresPrivateKey(CeresPrivateKeyReference keyReference, Ceres card, java.math.BigInteger mod)
Crea una clave privada de tarjeta FNMT-RCM-CERES.
-