Uses of Class
io.jans.as.model.crypto.AbstractCryptoProvider
Packages that use AbstractCryptoProvider
-
Uses of AbstractCryptoProvider in io.jans.as.model.crypto
Subclasses of AbstractCryptoProvider in io.jans.as.model.cryptoMethods in io.jans.as.model.crypto that return AbstractCryptoProviderModifier and TypeMethodDescriptionstatic AbstractCryptoProviderCryptoProviderFactory.getCryptoProvider(AppConfiguration configuration) Methods in io.jans.as.model.crypto with parameters of type AbstractCryptoProviderModifier and TypeMethodDescriptionstatic 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 AbstractCryptoProviderMethods in io.jans.as.model.jwt with parameters of type AbstractCryptoProviderModifier and TypeMethodDescriptionvoidDPoP.setCryptoProvider(AbstractCryptoProvider cryptoProvider) Constructors in io.jans.as.model.jwt with parameters of type AbstractCryptoProviderModifierConstructorDescriptionDPoP(AsymmetricSignatureAlgorithm asymmetricSignatureAlgorithm, JSONWebKey jwk, String jti, String htm, String htu, String keyId, AbstractCryptoProvider cryptoProvider)