Uses of Enum
es.gob.jmulticard.apdu.gemalto.MseSetSignatureKeyApduCommand.CryptographicMechanism
Packages that use MseSetSignatureKeyApduCommand.CryptographicMechanism
Package
Description
Contiene las definiciones de los comandos APDU relacionados con tarjetas Gemalto.
-
Uses of MseSetSignatureKeyApduCommand.CryptographicMechanism in es.gob.jmulticard.apdu.gemalto
Subclasses with type arguments of type MseSetSignatureKeyApduCommand.CryptographicMechanism in es.gob.jmulticard.apdu.gemaltoModifier and TypeClassDescriptionstatic enumMecanismo criptográfico a usar con la clave privada establecida.Methods in es.gob.jmulticard.apdu.gemalto that return MseSetSignatureKeyApduCommand.CryptographicMechanismModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.CryptographicMechanismModifier and TypeMethodDescriptionprivate static byte[]MseSetSignatureKeyApduCommand.buidData(MseSetSignatureKeyApduCommand.CryptographicMechanism algo, byte privateKeyReference) Constructors in es.gob.jmulticard.apdu.gemalto with parameters of type MseSetSignatureKeyApduCommand.CryptographicMechanismModifierConstructorDescriptionMseSetSignatureKeyApduCommand(byte cla, MseSetSignatureKeyApduCommand.CryptographicMechanism algo, byte privateKeyReference) Crea una APDU para el establecimiento de la clave privada de firma.