Class KeyStoreDecryptionProvider

java.lang.Object
org.pac4j.saml.crypto.KeyStoreDecryptionProvider
All Implemented Interfaces:
DecryptionProvider

public class KeyStoreDecryptionProvider extends Object implements DecryptionProvider
Provider returning well configured decrypter instances.
Since:
1.5.0
Author:
Michael Remond
  • Constructor Details

    • KeyStoreDecryptionProvider

      public KeyStoreDecryptionProvider(CredentialProvider credentialProvider)
  • Method Details

    • build

      public final org.opensaml.saml.saml2.encryption.Decrypter build()
      Specified by:
      build in interface DecryptionProvider