Interface KeyDecryptionProvider
- All Known Implementing Classes:
AesGcmWrapKeyDecryptionAlgorithm,AesWrapKeyDecryptionAlgorithm,DirectKeyDecryptionAlgorithm,EcdhAesWrapKeyDecryptionAlgorithm,EcdhDirectKeyDecryptionAlgorithm,PbesHmacAesWrapKeyDecryptionAlgorithm,RSAKeyDecryptionAlgorithm,WrappedKeyDecryptionAlgorithm
public interface KeyDecryptionProvider
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]getDecryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput)
-
Method Details
-
getAlgorithm
KeyAlgorithm getAlgorithm() -
getDecryptedContentEncryptionKey
-