Class KeyStoreDecryptionProvider

  • All Implemented Interfaces:
    DecryptionProvider

    public class KeyStoreDecryptionProvider
    extends java.lang.Object
    implements DecryptionProvider
    Provider returning well configured decrypter instances.
    Since:
    1.5.0
    Author:
    Michael Remond
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.opensaml.saml.saml2.encryption.Decrypter build()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyStoreDecryptionProvider

        public KeyStoreDecryptionProvider​(CredentialProvider credentialProvider)
    • Method Detail

      • build

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