Class EncryptionAlgorithmValidator


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validate​(org.opensaml.saml.saml2.core.EncryptedElementType encryptedElement)  
      • Methods inherited from class java.lang.Object

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

      • EncryptionAlgorithmValidator

        public EncryptionAlgorithmValidator()
      • EncryptionAlgorithmValidator

        public EncryptionAlgorithmValidator​(java.util.Set<java.lang.String> algorithmWhitelist,
                                            java.util.Set<java.lang.String> keyTransportAlgorithmWhitelist)
    • Method Detail

      • validate

        public void validate​(org.opensaml.saml.saml2.core.EncryptedElementType encryptedElement)