Searched defs:XMLSignatureManager (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureManager.java25 * $Id: XMLSignatureManager.java,v 1.11 2009/08/29 03:06:47 mallas Exp $
45 * The class <code>XMLSignatureManager</code> provides methods
50 public class XMLSignatureManager { class
51 // Singleton instance of XMLSignatureManager
52 protected static XMLSignatureManager instance = null;
73 protected XMLSignatureManager() { method in class:XMLSignatureManager
80 SAMLUtilsCommon.debug.error("XMLSignatureManager: " +
88 protected XMLSignatureManager(KeyProvider keyProvider, method in class:XMLSignatureManager
95 * Gets the singleton instance of <code>XMLSignatureManager</code> with
97 * @return <code>XMLSignatureManager</cod
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureManager.java25 * $Id: XMLSignatureManager.java,v 1.11 2009/08/29 03:06:47 mallas Exp $
44 * The class <code>XMLSignatureManager</code> provides methods
49 public class XMLSignatureManager { class
50 // Singleton instance of XMLSignatureManager
51 protected static XMLSignatureManager instance = null;
72 protected XMLSignatureManager() { method in class:XMLSignatureManager
79 SAMLUtilsCommon.debug.error("XMLSignatureManager: " +
87 protected XMLSignatureManager(KeyProvider keyProvider, method in class:XMLSignatureManager
94 * Gets the singleton instance of <code>XMLSignatureManager</code> with
96 * @return <code>XMLSignatureManager</cod
[all...]

Completed in 57 milliseconds