Interface KeyDecryptionProvider
-
- All Known Implementing Classes:
AesGcmWrapKeyDecryptionAlgorithm,AesWrapKeyDecryptionAlgorithm,DirectKeyDecryptionAlgorithm,EcdhAesWrapKeyDecryptionAlgorithm,EcdhDirectKeyDecryptionAlgorithm,PbesHmacAesWrapKeyDecryptionAlgorithm,RSAKeyDecryptionAlgorithm,WrappedKeyDecryptionAlgorithm
public interface KeyDecryptionProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyAlgorithmgetAlgorithm()byte[]getDecryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput)
-
-
-
Method Detail
-
getAlgorithm
KeyAlgorithm getAlgorithm()
-
getDecryptedContentEncryptionKey
byte[] getDecryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput)
-
-