Class DecrypterFactory


  • public class DecrypterFactory
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.opensaml.saml.saml2.encryption.Decrypter createDecrypter​(java.util.List<org.opensaml.security.credential.Credential> credentials)  
      • Methods inherited from class java.lang.Object

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

      • DecrypterFactory

        public DecrypterFactory()
    • Method Detail

      • createDecrypter

        public org.opensaml.saml.saml2.encryption.Decrypter createDecrypter​(java.util.List<org.opensaml.security.credential.Credential> credentials)