Interface KeyDecryptionProvider

All Known Implementing Classes:
AesGcmWrapKeyDecryptionAlgorithm, AesWrapKeyDecryptionAlgorithm, DirectKeyDecryptionAlgorithm, EcdhAesWrapKeyDecryptionAlgorithm, EcdhDirectKeyDecryptionAlgorithm, PbesHmacAesWrapKeyDecryptionAlgorithm, RSAKeyDecryptionAlgorithm, WrappedKeyDecryptionAlgorithm

public interface KeyDecryptionProvider
  • Method Details

    • getAlgorithm

      KeyAlgorithm getAlgorithm()
    • getDecryptedContentEncryptionKey

      byte[] getDecryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput)