Class XMLSecurityTestingSupport

java.lang.Object
org.opensaml.xmlsec.testing.XMLSecurityTestingSupport

public final class XMLSecurityTestingSupport extends Object
Helper methods for security-related requirements.
  • Constructor Details

    • XMLSecurityTestingSupport

      private XMLSecurityTestingSupport()
  • Method Details

    • buildBasicInlineKeyInfoResolver

      @Nonnull public static KeyInfoCredentialResolver buildBasicInlineKeyInfoResolver()
      Get a basic KeyInfo credential resolver which can process standard inline data - RSAKeyValue, DSAKeyValue, X509Data.
      Returns:
      a new KeyInfoCredentialResolver instance
    • getBasicInlineKeyInfoProviders

      @Nonnull public static List<KeyInfoProvider> getBasicInlineKeyInfoProviders()