Uses of Enum
es.gob.jmulticard.CryptoHelper.EcCurve
Packages that use CryptoHelper.EcCurve
-
Uses of CryptoHelper.EcCurve in es.gob.jmulticard
Methods in es.gob.jmulticard that return CryptoHelper.EcCurveModifier and TypeMethodDescriptionstatic CryptoHelper.EcCurve
Returns the enum constant of this type with the specified name.static CryptoHelper.EcCurve[]
CryptoHelper.EcCurve.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in es.gob.jmulticard with parameters of type CryptoHelper.EcCurveModifier and TypeMethodDescriptionBcCryptoHelper.generateEcKeyPair
(CryptoHelper.EcCurve curveName) abstract KeyPair
CryptoHelper.generateEcKeyPair
(CryptoHelper.EcCurve curveName) Genera un par de claves de tipo curva elíptica.BcCryptoHelper.getEcPoint
(byte[] nonceS, byte[] sharedSecretH, CryptoHelper.EcCurve curveName) abstract AlgorithmParameterSpec
CryptoHelper.getEcPoint
(byte[] nonceS, byte[] sharedSecretH, CryptoHelper.EcCurve curveName) Obtiene un punto en una curva elíptica.