Uses of Class
io.jans.as.model.crypto.AbstractCryptoProvider
-
Packages that use AbstractCryptoProvider Package Description io.jans.as.model.crypto io.jans.as.model.jwt -
-
Uses of AbstractCryptoProvider in io.jans.as.model.crypto
Subclasses of AbstractCryptoProvider in io.jans.as.model.crypto Modifier and Type Class Description classAuthCryptoProviderMethods in io.jans.as.model.crypto that return AbstractCryptoProvider Modifier and Type Method Description static AbstractCryptoProviderCryptoProviderFactory. getCryptoProvider(AppConfiguration configuration)Methods in io.jans.as.model.crypto with parameters of type AbstractCryptoProvider Modifier and Type Method Description static org.json.JSONObjectAbstractCryptoProvider. generateJwks(AbstractCryptoProvider cryptoProvider, AppConfiguration configuration) -
Uses of AbstractCryptoProvider in io.jans.as.model.jwt
Methods in io.jans.as.model.jwt that return AbstractCryptoProvider Modifier and Type Method Description AbstractCryptoProviderDPoP. getCryptoProvider()Methods in io.jans.as.model.jwt with parameters of type AbstractCryptoProvider Modifier and Type Method Description voidDPoP. setCryptoProvider(AbstractCryptoProvider cryptoProvider)Constructors in io.jans.as.model.jwt with parameters of type AbstractCryptoProvider Constructor Description DPoP(AsymmetricSignatureAlgorithm asymmetricSignatureAlgorithm, JSONWebKey jwk, String jti, String htm, String htu, String keyId, AbstractCryptoProvider cryptoProvider)
-