Searched refs:XMLSignatureException (Results 1 - 25 of 41) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureException.java25 * $Id: XMLSignatureException.java,v 1.3 2008/06/25 05:47:39 qcheng Exp $
36 public class XMLSignatureException extends SAMLException { class in inherits:SAMLException
40 * Create an <code>XMLSignatureException</code> with a message.
44 public XMLSignatureException(String s) { method in class:XMLSignatureException
49 * Constructs an <code>XMLSignatureException</code> with given
55 public XMLSignatureException(Throwable t) { method in class:XMLSignatureException
60 * Constructs a new <code>XMLSignatureException</code> without a nested
73 public XMLSignatureException(String rbName, String errorCode, Object[] args) method in class:XMLSignatureException
H A DSignatureProvider.java54 * @throws XMLSignatureException if the document could not be signed
58 throws XMLSignatureException;
67 * @throws XMLSignatureException if the document could not be signed
72 throws XMLSignatureException;
79 * @throws XMLSignatureException if the XML string could not be signed
83 throws XMLSignatureException;
92 * @throws XMLSignatureException if the XML string could not be signed
97 throws XMLSignatureException;
107 * @throws XMLSignatureException if the document could not be signed
113 throws XMLSignatureException;
[all...]
H A DXMLSignatureManager.java140 * @throws XMLSignatureException if the document could not be signed
144 throws XMLSignatureException {
154 * @throws XMLSignatureException if the document could not be signed
159 throws XMLSignatureException {
168 * @throws XMLSignatureException if the XML string could not be signed
172 throws XMLSignatureException {
182 * @throws XMLSignatureException if the XML string could not be signed
187 throws XMLSignatureException {
199 * @throws XMLSignatureException if the document could not be signed
205 throws XMLSignatureException {
[all...]
H A DAMSignatureProvider.java152 * @throws XMLSignatureException if the document could not be signed
156 throws XMLSignatureException {
166 * @throws XMLSignatureException if the document could not be signed
171 throws XMLSignatureException {
174 throw new XMLSignatureException(
179 throw new XMLSignatureException(
187 throw new XMLSignatureException(
195 throw new XMLSignatureException(
204 throw new XMLSignatureException(
212 throw new XMLSignatureException(
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureException.java25 * $Id: XMLSignatureException.java,v 1.3 2008/06/25 05:47:39 qcheng Exp $
36 public class XMLSignatureException extends SAMLException { class in inherits:SAMLException
40 * Create an <code>XMLSignatureException</code> with a message.
44 public XMLSignatureException(String s) { method in class:XMLSignatureException
49 * Constructs an <code>XMLSignatureException</code> with given
55 public XMLSignatureException(Throwable t) { method in class:XMLSignatureException
60 * Constructs a new <code>XMLSignatureException</code> without a nested
73 public XMLSignatureException(String rbName, String errorCode, Object[] args) method in class:XMLSignatureException
H A DSignatureProvider.java54 * @throws XMLSignatureException if the document could not be signed
58 throws XMLSignatureException;
67 * @throws XMLSignatureException if the document could not be signed
72 throws XMLSignatureException;
79 * @throws XMLSignatureException if the XML string could not be signed
83 throws XMLSignatureException;
92 * @throws XMLSignatureException if the XML string could not be signed
97 throws XMLSignatureException;
107 * @throws XMLSignatureException if the document could not be signed
113 throws XMLSignatureException;
[all...]
H A DXMLSignatureManager.java139 * @throws XMLSignatureException if the document could not be signed
143 throws XMLSignatureException {
153 * @throws XMLSignatureException if the document could not be signed
158 throws XMLSignatureException {
167 * @throws XMLSignatureException if the XML string could not be signed
171 throws XMLSignatureException {
181 * @throws XMLSignatureException if the XML string could not be signed
186 throws XMLSignatureException {
198 * @throws XMLSignatureException if the document could not be signed
204 throws XMLSignatureException {
[all...]
H A DAMSignatureProvider.java169 * @throws XMLSignatureException if the document could not be signed
173 throws XMLSignatureException {
183 * @throws XMLSignatureException if the document could not be signed
188 throws XMLSignatureException {
191 throw new XMLSignatureException(
196 throw new XMLSignatureException(
204 throw new XMLSignatureException(
212 throw new XMLSignatureException(
221 throw new XMLSignatureException(
229 throw new XMLSignatureException(
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureManagerTest.java72 } catch (XMLSignatureException e) {
92 } catch (XMLSignatureException e) {
108 } catch (XMLSignatureException e) {
124 } catch (XMLSignatureException e) {
144 } catch (XMLSignatureException e) {
166 } catch (XMLSignatureException e) {
182 } catch (XMLSignatureException e) {
/forgerock/openam/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureManagerTest.java72 } catch (XMLSignatureException e) {
92 } catch (XMLSignatureException e) {
108 } catch (XMLSignatureException e) {
124 } catch (XMLSignatureException e) {
144 } catch (XMLSignatureException e) {
166 } catch (XMLSignatureException e) {
182 } catch (XMLSignatureException e) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/xmlsig/
H A DFMSigProvider.java46 import org.apache.xml.security.signature.XMLSignatureException;
212 } catch (XMLSignatureException sige1) {
224 } catch (XMLSignatureException sige2) {
293 } catch (XMLSignatureException sige) {
342 XMLSignatureException firstException = null;
351 } catch (XMLSignatureException xse) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/xmlsig/
H A DFMSigProvider.java48 import org.apache.xml.security.signature.XMLSignatureException;
209 } catch (XMLSignatureException sige1) {
221 } catch (XMLSignatureException sige2) {
290 } catch (XMLSignatureException sige) {
339 XMLSignatureException firstException = null;
348 } catch (XMLSignatureException xse) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DRequestAbstract.java31 import com.sun.identity.saml.xmlsig.XMLSignatureException;
H A DStatusResponse.java31 import com.sun.identity.saml.xmlsig.XMLSignatureException;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityUtils.java52 import com.sun.identity.saml.xmlsig.XMLSignatureException;
410 throws XMLSignatureException {
440 throw new XMLSignatureException(
451 throw new XMLSignatureException(
480 throw new XMLSignatureException(
493 throw new XMLSignatureException(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityUtils.java52 import com.sun.identity.saml.xmlsig.XMLSignatureException;
410 throws XMLSignatureException {
440 throw new XMLSignatureException(
451 throw new XMLSignatureException(
480 throw new XMLSignatureException(
493 throw new XMLSignatureException(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DLogoutResponseImpl.java34 import com.sun.identity.saml.xmlsig.XMLSignatureException;
H A DManageNameIDResponseImpl.java39 import com.sun.identity.saml.xmlsig.XMLSignatureException;
H A DManageNameIDRequestImpl.java40 import com.sun.identity.saml.xmlsig.XMLSignatureException;
H A DNameIDMappingRequestImpl.java40 import com.sun.identity.saml.xmlsig.XMLSignatureException;
H A DNameIDMappingResponseImpl.java37 import com.sun.identity.saml.xmlsig.XMLSignatureException;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DLogoutResponseImpl.java34 import com.sun.identity.saml.xmlsig.XMLSignatureException;
H A DManageNameIDResponseImpl.java39 import com.sun.identity.saml.xmlsig.XMLSignatureException;
H A DManageNameIDRequestImpl.java40 import com.sun.identity.saml.xmlsig.XMLSignatureException;
H A DNameIDMappingRequestImpl.java40 import com.sun.identity.saml.xmlsig.XMLSignatureException;

Completed in 68 milliseconds

12