Uses of Enum
es.gob.jmulticard.CryptoHelper.EcCurve
Packages that use CryptoHelper.EcCurve
-
Uses of CryptoHelper.EcCurve in es.gob.jmulticard
Subclasses with type arguments of type CryptoHelper.EcCurve in es.gob.jmulticardMethods in es.gob.jmulticard that return CryptoHelper.EcCurveModifier and TypeMethodDescriptionstatic CryptoHelper.EcCurveReturns 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 KeyPairCryptoHelper.generateEcKeyPair(CryptoHelper.EcCurve curveName) Genera un par de claves de tipo curva elíptica.BcCryptoHelper.getEcPoint(byte[] nonceS, byte[] sharedSecretH, CryptoHelper.EcCurve curveName) abstract AlgorithmParameterSpecCryptoHelper.getEcPoint(byte[] nonceS, byte[] sharedSecretH, CryptoHelper.EcCurve curveName) Obtiene un punto en una curva elíptica.