Class JweEncrypter
java.lang.Object
de.adorsys.sts.simpleencryption.encrypt.JweEncrypter
- All Implemented Interfaces:
Encrypter
-
Constructor Summary
ConstructorsConstructorDescriptionJweEncrypter(KeyProvider keyProvider, com.nimbusds.jose.JWEAlgorithm alg, com.nimbusds.jose.EncryptionMethod enc) -
Method Summary
-
Constructor Details
-
JweEncrypter
public JweEncrypter(KeyProvider keyProvider, com.nimbusds.jose.JWEAlgorithm alg, com.nimbusds.jose.EncryptionMethod enc)
-
-
Method Details