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.JSONObjectAbstractCryptoProvider. generateKey(Algorithm algorithm, Long expirationTime)abstract org.json.JSONObjectAbstractCryptoProvider. generateKey(Algorithm algorithm, Long expirationTime, int keyLength)abstract org.json.JSONObjectAbstractCryptoProvider. generateKey(Algorithm algorithm, Long expirationTime, int keyLength, KeyOpsType keyOpsType)org.json.JSONObjectAuthCryptoProvider. generateKey(Algorithm algorithm, Long expirationTime)org.json.JSONObjectAuthCryptoProvider. generateKey(Algorithm algorithm, Long expirationTime, int keyLength)org.json.JSONObjectAuthCryptoProvider. generateKey(Algorithm algorithm, Long expirationTime, int keyLength, KeyOpsType keyOpsType)StringAuthCryptoProvider. getAliasByAlgorithmForDeletion(Algorithm algorithm, String newAlias, KeyOpsType keyOpsType)StringAbstractCryptoProvider. getKeyId(JSONWebKeySet jsonWebKeySet, Algorithm algorithm, Use use, KeyOpsType keyOps)StringAuthCryptoProvider. getKeyId(JSONWebKeySet jsonWebKeySet, Algorithm algorithm, Use use, KeyOpsType keyOpsType)PublicKeyAbstractCryptoProvider. 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 AlgorithmKeyEncryptionAlgorithm. 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 AlgorithmSignatureAlgorithm. 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 AlgorithmAlgorithm. fromString(String param)Returns the correspondingAlgorithmfor a parameter.AlgorithmJSONWebKey. getAlg()static AlgorithmAlgorithm. 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 voidJSONWebKey. setAlg(Algorithm alg)
-