Uses of Interface
de.adorsys.sts.simpleencryption.KeyProvider
Packages that use KeyProvider
Package
Description
-
Uses of KeyProvider in de.adorsys.sts.simpleencryption.decrypt
Constructors in de.adorsys.sts.simpleencryption.decrypt with parameters of type KeyProvider -
Uses of KeyProvider in de.adorsys.sts.simpleencryption.encrypt
Constructors in de.adorsys.sts.simpleencryption.encrypt with parameters of type KeyProviderModifierConstructorDescriptionJweEncrypter(KeyProvider keyProvider, com.nimbusds.jose.JWEAlgorithm alg, com.nimbusds.jose.EncryptionMethod enc) -
Uses of KeyProvider in de.adorsys.sts.simpleencryption.keyprovider
Methods in de.adorsys.sts.simpleencryption.keyprovider that return KeyProviderModifier and TypeMethodDescriptionstatic KeyProviderStaticKeyProviderFactory.createKeyProvider(String jweAlgorithm, String jweEncryptionMethod, String key)