Package org.opensaml.xmlsec.keyinfo.impl
Class DSAKeyValueTest
java.lang.Object
org.opensaml.core.testing.OpenSAMLInitBaseTestCase
org.opensaml.core.testing.XMLObjectBaseTestCase
org.opensaml.xmlsec.keyinfo.impl.DSAKeyValueTest
public class DSAKeyValueTest
extends org.opensaml.core.testing.XMLObjectBaseTestCase
Test resolution of credentials from RSAKeyValue child of KeyInfo.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate Stringprivate DSAPublicKeyprivate KeyInfoCredentialResolverFields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElementMethods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
Field Details
-
resolver
-
keyInfoFile
-
pubKey
-
dsaBase64
- See Also:
-
-
Constructor Details
-
DSAKeyValueTest
public DSAKeyValueTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
testCredResolution
Test basic credential resolution.- Throws:
ResolverException- on error resolving credentials
-