Uses of Class
io.jans.as.model.jwk.Algorithm
-
Packages that use Algorithm Package Description io.jans.as.model.crypto io.jans.as.model.crypto.encryption io.jans.as.model.crypto.signature io.jans.as.model.jwk -
-
Uses of Algorithm in io.jans.as.model.crypto
Methods in io.jans.as.model.crypto with parameters of type Algorithm Modifier and Type Method Description abstract org.json.JSONObject
AbstractCryptoProvider. generateKey(Algorithm algorithm, Long expirationTime)
abstract org.json.JSONObject
AbstractCryptoProvider. generateKey(Algorithm algorithm, Long expirationTime, int keyLength)
abstract org.json.JSONObject
AbstractCryptoProvider. generateKey(Algorithm algorithm, Long expirationTime, int keyLength, KeyOpsType keyOpsType)
org.json.JSONObject
AuthCryptoProvider. generateKey(Algorithm algorithm, Long expirationTime)
org.json.JSONObject
AuthCryptoProvider. generateKey(Algorithm algorithm, Long expirationTime, int keyLength)
org.json.JSONObject
AuthCryptoProvider. generateKey(Algorithm algorithm, Long expirationTime, int keyLength, KeyOpsType keyOpsType)
String
AuthCryptoProvider. getAliasByAlgorithmForDeletion(Algorithm algorithm, String newAlias, KeyOpsType keyOpsType)
String
AbstractCryptoProvider. getKeyId(JSONWebKeySet jsonWebKeySet, Algorithm algorithm, Use use, KeyOpsType keyOps)
String
AuthCryptoProvider. getKeyId(JSONWebKeySet jsonWebKeySet, Algorithm algorithm, Use use, KeyOpsType keyOpsType)
PublicKey
AbstractCryptoProvider. getPublicKey(String alias, org.json.JSONObject jwks, Algorithm requestedAlgorithm)
-
Uses of Algorithm in io.jans.as.model.crypto.encryption
Methods in io.jans.as.model.crypto.encryption that return Algorithm Modifier and Type Method Description Algorithm
KeyEncryptionAlgorithm. getAlg()
-
Uses of Algorithm in io.jans.as.model.crypto.signature
Methods in io.jans.as.model.crypto.signature that return Algorithm Modifier and Type Method Description Algorithm
SignatureAlgorithm. getAlg()
-
Uses of Algorithm in io.jans.as.model.jwk
Methods in io.jans.as.model.jwk that return Algorithm Modifier and Type Method Description static Algorithm
Algorithm. fromString(String param)
Returns the correspondingAlgorithm
for a parameter.Algorithm
JSONWebKey. getAlg()
static Algorithm
Algorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static Algorithm[]
Algorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jans.as.model.jwk that return types with arguments of type Algorithm Modifier and Type Method Description static List<Algorithm>
Algorithm. fromString(String[] params, Use use)
Methods in io.jans.as.model.jwk with parameters of type Algorithm Modifier and Type Method Description void
JSONWebKey. setAlg(Algorithm alg)
-