Uses of Class
es.gob.jmulticard.CryptoHelper.EcCurve
-
Packages that use CryptoHelper.EcCurve Package Description es.gob.jmulticard Paquete principal del proyecto JMultiCard. -
-
Uses of CryptoHelper.EcCurve in es.gob.jmulticard
Methods in es.gob.jmulticard that return CryptoHelper.EcCurve Modifier and Type Method Description static CryptoHelper.EcCurve
CryptoHelper.EcCurve. valueOf(java.lang.String name)
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.EcCurve Modifier and Type Method Description java.security.KeyPair
BcCryptoHelper. generateEcKeyPair(CryptoHelper.EcCurve curveName)
abstract java.security.KeyPair
CryptoHelper. generateEcKeyPair(CryptoHelper.EcCurve curveName)
Genera un par de claves de tipo curva elíptica.java.security.spec.AlgorithmParameterSpec
BcCryptoHelper. getEcPoint(byte[] nonceS, byte[] sharedSecretH, CryptoHelper.EcCurve curveName)
abstract java.security.spec.AlgorithmParameterSpec
CryptoHelper. getEcPoint(byte[] nonceS, byte[] sharedSecretH, CryptoHelper.EcCurve curveName)
Obtiene un punto en una curva elíptica.
-