Package org.opensaml.xmlsec
Class XMLSecurityTestingSupport
- java.lang.Object
-
- org.opensaml.xmlsec.XMLSecurityTestingSupport
-
public final class XMLSecurityTestingSupport extends Object
Helper methods for security-related requirements.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateXMLSecurityTestingSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KeyInfoCredentialResolverbuildBasicInlineKeyInfoResolver()Get a basic KeyInfo credential resolver which can process standard inline data - RSAKeyValue, DSAKeyValue, X509Data.
-
-
-
Method Detail
-
buildBasicInlineKeyInfoResolver
public static KeyInfoCredentialResolver buildBasicInlineKeyInfoResolver()
Get a basic KeyInfo credential resolver which can process standard inline data - RSAKeyValue, DSAKeyValue, X509Data.- Returns:
- a new KeyInfoCredentialResolver instance
-
-