
org.pac4j.saml.crypto.DecryptionProvider Maven / Gradle / Ivy
package org.pac4j.saml.crypto;
import org.opensaml.saml.saml2.encryption.Decrypter;
/**
* Builds the decryption context.
* @author Misagh Moayyed
* @since 1.7
*/
@FunctionalInterface
public interface DecryptionProvider {
Decrypter build();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy