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.EcCurveCryptoHelper.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.KeyPairBcCryptoHelper. generateEcKeyPair(CryptoHelper.EcCurve curveName)abstract java.security.KeyPairCryptoHelper. generateEcKeyPair(CryptoHelper.EcCurve curveName)Genera un par de claves de tipo curva elíptica.java.security.spec.AlgorithmParameterSpecBcCryptoHelper. getEcPoint(byte[] nonceS, byte[] sharedSecretH, CryptoHelper.EcCurve curveName)abstract java.security.spec.AlgorithmParameterSpecCryptoHelper. getEcPoint(byte[] nonceS, byte[] sharedSecretH, CryptoHelper.EcCurve curveName)Obtiene un punto en una curva elíptica.
-