Interface DecryptionConfiguration

    • Method Detail

      • getContentEncryptionKeyCredentialResolver

        @Nullable
        JOSEObjectCredentialResolver getContentEncryptionKeyCredentialResolver()
        Get the CredentialResolver to use when processing the encrypted content.
        Returns:
        the KeyInfoCredentialResolver instance
      • getKEKCredentialResolver

        @Nullable
        JOSEObjectCredentialResolver getKEKCredentialResolver()
        Get the CredentialResolver to use when processing the EncryptedKey (the Key Encryption Key or KEK).
        Returns:
        the CredentialResolver instance