Package org.opensaml.xmlsec.testing
Class XMLSecurityTestingSupport
java.lang.Object
org.opensaml.xmlsec.testing.XMLSecurityTestingSupport
Helper methods for security-related requirements.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyInfoCredentialResolverGet a basic KeyInfo credential resolver which can process standard inline data - RSAKeyValue, DSAKeyValue, X509Data.static List<KeyInfoProvider>
-
Constructor Details
-
XMLSecurityTestingSupport
private XMLSecurityTestingSupport()
-
-
Method Details
-
buildBasicInlineKeyInfoResolver
Get a basic KeyInfo credential resolver which can process standard inline data - RSAKeyValue, DSAKeyValue, X509Data.- Returns:
- a new KeyInfoCredentialResolver instance
-
getBasicInlineKeyInfoProviders
-