Searched refs:FSSignatureException (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSSignatureException.java25 * $Id: FSSignatureException.java,v 1.2 2008/06/25 05:47:05 qcheng Exp $
36 public class FSSignatureException extends FSException { class in inherits:FSException
43 public FSSignatureException(String errorCode, Object[] args) { method in class:FSSignatureException
49 * Creates a <code>FSSignatureException</code> with a message.
52 public FSSignatureException (String s) { method in class:FSSignatureException
57 * Constructs a <code>FSSignatureException</code> with a message and
63 public FSSignatureException (Throwable rootCause, String s) { method in class:FSSignatureException
H A DSignatureProviderSPI.java52 * @exception FSSignatureException if an error occurred during the signing
57 throws FSSignatureException ;
65 * @exception FSSignatureException if an error occurred during the signing
71 throws FSSignatureException ;
82 * @exception FSSignatureException if problem occurs during verification
88 throws FSSignatureException;
H A DFSSignatureProvider.java78 * @exception FSSignatureException if an error occurred during the signing
83 throws FSSignatureException {
93 * @exception FSSignatureException if an error occurred during the signing
99 throws FSSignatureException {
103 throw new FSSignatureException(
109 throw new FSSignatureException(
127 throw new FSSignatureException(
144 throw new FSSignatureException (ex.getMessage());
181 * @exception FSSignatureException if problem occurs during verification
187 throws FSSignatureException {
[all...]
H A DFSSignatureManager.java100 * @exception FSSignatureException if an error occurred during the signing
105 throws FSSignatureException {
115 * @exception FSSignatureException if an error occurred during the signing
121 throws FSSignatureException {
133 * @exception FSSignatureException if problem occurs during verification
139 throws FSSignatureException {
H A DFSSignatureUtil.java130 } catch(FSSignatureException se){
132 + "signAndReturnQueryString: FSSignatureException occured "
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSSignatureException.java25 * $Id: FSSignatureException.java,v 1.2 2008/06/25 05:47:05 qcheng Exp $
36 public class FSSignatureException extends FSException { class in inherits:FSException
43 public FSSignatureException(String errorCode, Object[] args) { method in class:FSSignatureException
49 * Creates a <code>FSSignatureException</code> with a message.
52 public FSSignatureException (String s) { method in class:FSSignatureException
57 * Constructs a <code>FSSignatureException</code> with a message and
63 public FSSignatureException (Throwable rootCause, String s) { method in class:FSSignatureException
H A DSignatureProviderSPI.java52 * @exception FSSignatureException if an error occurred during the signing
57 throws FSSignatureException ;
65 * @exception FSSignatureException if an error occurred during the signing
71 throws FSSignatureException ;
82 * @exception FSSignatureException if problem occurs during verification
88 throws FSSignatureException;
H A DFSSignatureProvider.java78 * @exception FSSignatureException if an error occurred during the signing
83 throws FSSignatureException {
93 * @exception FSSignatureException if an error occurred during the signing
99 throws FSSignatureException {
103 throw new FSSignatureException(
109 throw new FSSignatureException(
127 throw new FSSignatureException(
144 throw new FSSignatureException (ex.getMessage());
181 * @exception FSSignatureException if problem occurs during verification
187 throws FSSignatureException {
[all...]
H A DFSSignatureManager.java100 * @exception FSSignatureException if an error occurred during the signing
105 throws FSSignatureException {
115 * @exception FSSignatureException if an error occurred during the signing
121 throws FSSignatureException {
133 * @exception FSSignatureException if problem occurs during verification
139 throws FSSignatureException {
H A DFSSignatureUtil.java130 } catch(FSSignatureException se){
132 + "signAndReturnQueryString: FSSignatureException occured "
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIntersiteTransferService.java49 import com.sun.identity.federation.services.util.FSSignatureException;
281 } catch(FSSignatureException se){
283 + "signAndReturnQueryString: FSSignatureException occured "
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIntersiteTransferService.java49 import com.sun.identity.federation.services.util.FSSignatureException;
281 } catch(FSSignatureException se){
283 + "signAndReturnQueryString: FSSignatureException occured "

Completed in 35 milliseconds