Uses of Class
io.jans.as.model.jwk.Use
-
Packages that use Use Package Description io.jans.as.model.crypto io.jans.as.model.jwk -
-
Uses of Use in io.jans.as.model.crypto
Methods in io.jans.as.model.crypto with parameters of type Use Modifier and Type Method Description String
AbstractCryptoProvider. getKeyId(JSONWebKeySet jsonWebKeySet, Algorithm algorithm, Use use, KeyOpsType keyOps)
String
AuthCryptoProvider. getKeyId(JSONWebKeySet jsonWebKeySet, Algorithm algorithm, Use use, KeyOpsType keyOpsType)
-
Uses of Use in io.jans.as.model.jwk
Methods in io.jans.as.model.jwk that return Use Modifier and Type Method Description static Use
Use. fromString(String param)
Returns the correspondingUse
for a parameter use of the JWK endpoint.Use
Algorithm. getUse()
Use
JSONWebKey. getUse()
Returns the intended use of the key: signature or encryption.static Use
Use. valueOf(String name)
Returns the enum constant of this type with the specified name.static Use[]
Use. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jans.as.model.jwk with parameters of type Use Modifier and Type Method Description static List<Algorithm>
Algorithm. fromString(String[] params, Use use)
void
JSONWebKey. setUse(Use use)
Sets the intended use of the key: signature or encryption.
-