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 StringAbstractCryptoProvider. getKeyId(JSONWebKeySet jsonWebKeySet, Algorithm algorithm, Use use, KeyOpsType keyOps)StringAuthCryptoProvider. 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 UseUse. fromString(String param)Returns the correspondingUsefor a parameter use of the JWK endpoint.UseAlgorithm. getUse()UseJSONWebKey. getUse()Returns the intended use of the key: signature or encryption.static UseUse. 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)voidJSONWebKey. setUse(Use use)Sets the intended use of the key: signature or encryption.
-