Uses of Class
io.jans.as.model.crypto.signature.EllipticEdvardsCurve
-
Packages that use EllipticEdvardsCurve Package Description io.jans.as.model.crypto.encryption io.jans.as.model.crypto.signature io.jans.as.model.jwk -
-
Uses of EllipticEdvardsCurve in io.jans.as.model.crypto.encryption
Methods in io.jans.as.model.crypto.encryption that return EllipticEdvardsCurve Modifier and Type Method Description EllipticEdvardsCurve
KeyEncryptionAlgorithm. getCurve()
-
Uses of EllipticEdvardsCurve in io.jans.as.model.crypto.signature
Methods in io.jans.as.model.crypto.signature that return EllipticEdvardsCurve Modifier and Type Method Description static EllipticEdvardsCurve
EllipticEdvardsCurve. fromString(java.lang.String param)
Returns the correspondingEllipticEdvardsCurve
for a parameter crv of the JWK endpoint.EllipticEdvardsCurve
AsymmetricSignatureAlgorithm. getCurve()
EllipticEdvardsCurve
SignatureAlgorithm. getCurve()
static EllipticEdvardsCurve
EllipticEdvardsCurve. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EllipticEdvardsCurve[]
EllipticEdvardsCurve. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EllipticEdvardsCurve in io.jans.as.model.jwk
Methods in io.jans.as.model.jwk that return EllipticEdvardsCurve Modifier and Type Method Description EllipticEdvardsCurve
JSONWebKey. getCrv()
Returns the curve member that identifies the cryptographic curve used with the key.Methods in io.jans.as.model.jwk with parameters of type EllipticEdvardsCurve Modifier and Type Method Description void
JSONWebKey. setCrv(EllipticEdvardsCurve crv)
Sets the curve member that identifies the cryptographic curve used with the key.
-