Uses of Class
es.gob.jmulticard.apdu.gemalto.MseSetSignatureKeyApduCommand.CryptographicMechanism
-
Packages that use MseSetSignatureKeyApduCommand.CryptographicMechanism Package Description es.gob.jmulticard.apdu.gemalto Contiene las definiciones de los comandos APDU relacionados con tarjetas Gemalto. -
-
Uses of MseSetSignatureKeyApduCommand.CryptographicMechanism in es.gob.jmulticard.apdu.gemalto
Methods in es.gob.jmulticard.apdu.gemalto that return MseSetSignatureKeyApduCommand.CryptographicMechanism Modifier and Type Method Description static MseSetSignatureKeyApduCommand.CryptographicMechanism
MseSetSignatureKeyApduCommand.CryptographicMechanism. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MseSetSignatureKeyApduCommand.CryptographicMechanism[]
MseSetSignatureKeyApduCommand.CryptographicMechanism. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in es.gob.jmulticard.apdu.gemalto with parameters of type MseSetSignatureKeyApduCommand.CryptographicMechanism Modifier and Type Method Description private static byte[]
MseSetSignatureKeyApduCommand. buidData(MseSetSignatureKeyApduCommand.CryptographicMechanism algo, byte privateKeyReference)
Constructors in es.gob.jmulticard.apdu.gemalto with parameters of type MseSetSignatureKeyApduCommand.CryptographicMechanism Constructor Description MseSetSignatureKeyApduCommand(byte cla, MseSetSignatureKeyApduCommand.CryptographicMechanism algo, byte privateKeyReference)
Crea una APDU para el establecimiento de la clave privada de firma.
-