Interface DecryptionProvider

All Known Implementing Classes:
KeyStoreDecryptionProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DecryptionProvider
Builds the decryption context.
Since:
1.7
Author:
Misagh Moayyed
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opensaml.saml.saml2.encryption.Decrypter
     
  • Method Details

    • build

      org.opensaml.saml.saml2.encryption.Decrypter build()