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 EllipticEdvardsCurveKeyEncryptionAlgorithm. 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 EllipticEdvardsCurveEllipticEdvardsCurve. fromString(java.lang.String param)Returns the correspondingEllipticEdvardsCurvefor a parameter crv of the JWK endpoint.EllipticEdvardsCurveAsymmetricSignatureAlgorithm. getCurve()EllipticEdvardsCurveSignatureAlgorithm. getCurve()static EllipticEdvardsCurveEllipticEdvardsCurve. 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 EllipticEdvardsCurveJSONWebKey. 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 voidJSONWebKey. setCrv(EllipticEdvardsCurve crv)Sets the curve member that identifies the cryptographic curve used with the key.
-