Searched refs:EncryptionException (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DEncryptionProvider.java46 throws EncryptionException;
66 throws EncryptionException;
87 throws EncryptionException;
108 throws EncryptionException;
130 throws EncryptionException;
152 throws EncryptionException;
176 throws EncryptionException;
187 throws EncryptionException;
198 throws EncryptionException;
H A DEncryptionException.java25 * $Id: EncryptionException.java,v 1.3 2008/06/25 05:48:16 qcheng Exp $
60 * unchecked exception (either EncryptionException or RuntimeException).
68 * exceptions (EncryptionException).
74 * An exception of type EncryptionException can embed any
80 * tier. To ensure tracking info, the constructor EncryptionException(message,Throwable)
88 * EncryptionException should probably be thrown only by external API's.
100 * Steps for creating EncryptionException Sub-classes and messages
111 * 3. Create a sub-class of EncryptionException and override the constructors.
113 * public class FSAccountManagementException extends EncryptionException {
130 * EncryptionException u
168 public class EncryptionException extends L10NMessageImpl { class in inherits:L10NMessageImpl
178 public EncryptionException(String errorCode, Object[] args) { method in class:EncryptionException
188 public EncryptionException(String errorCode, Object[] args, Throwable rootCause) { method in class:EncryptionException
199 public EncryptionException(String message) { method in class:EncryptionException
211 public EncryptionException(Throwable rootCause, String message) { method in class:EncryptionException
217 public EncryptionException(Exception ex) { method in class:EncryptionException
[all...]
H A DAMEncryptionProvider.java90 public void initialize(KeyProvider keyprovider) throws EncryptionException {
94 throw new EncryptionException(EncryptionUtils.bundle.getString(
119 throws EncryptionException {
145 throws EncryptionException {
171 throws EncryptionException {
197 throws EncryptionException {
222 throws EncryptionException {
251 throws EncryptionException {
256 throw new EncryptionException(EncryptionUtils.bundle.getString(
274 throw new EncryptionException(EncryptionUtil
[all...]
H A DXMLEncryptionManager.java117 throws EncryptionException {
140 throws EncryptionException {
163 throws EncryptionException {
186 throws EncryptionException {
209 throws EncryptionException {
234 throws EncryptionException {
259 throws EncryptionException
288 throws EncryptionException {
306 throws EncryptionException {
320 throws EncryptionException {
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DEncryptionProvider.java46 throws EncryptionException;
66 throws EncryptionException;
87 throws EncryptionException;
108 throws EncryptionException;
130 throws EncryptionException;
152 throws EncryptionException;
176 throws EncryptionException;
187 throws EncryptionException;
198 throws EncryptionException;
H A DEncryptionException.java25 * $Id: EncryptionException.java,v 1.3 2008/06/25 05:48:16 qcheng Exp $
60 * unchecked exception (either EncryptionException or RuntimeException).
68 * exceptions (EncryptionException).
74 * An exception of type EncryptionException can embed any
80 * tier. To ensure tracking info, the constructor EncryptionException(message,Throwable)
88 * EncryptionException should probably be thrown only by external API's.
100 * Steps for creating EncryptionException Sub-classes and messages
111 * 3. Create a sub-class of EncryptionException and override the constructors.
113 * public class FSAccountManagementException extends EncryptionException {
130 * EncryptionException u
168 public class EncryptionException extends L10NMessageImpl { class in inherits:L10NMessageImpl
178 public EncryptionException(String errorCode, Object[] args) { method in class:EncryptionException
188 public EncryptionException(String errorCode, Object[] args, Throwable rootCause) { method in class:EncryptionException
199 public EncryptionException(String message) { method in class:EncryptionException
211 public EncryptionException(Throwable rootCause, String message) { method in class:EncryptionException
217 public EncryptionException(Exception ex) { method in class:EncryptionException
[all...]
H A DAMEncryptionProvider.java88 public void initialize(KeyProvider keyprovider) throws EncryptionException {
92 throw new EncryptionException(EncryptionUtils.bundle.getString(
117 throws EncryptionException {
143 throws EncryptionException {
169 throws EncryptionException {
195 throws EncryptionException {
220 throws EncryptionException {
249 throws EncryptionException {
254 throw new EncryptionException(EncryptionUtils.bundle.getString(
272 throw new EncryptionException(EncryptionUtil
[all...]
H A DXMLEncryptionManager.java117 throws EncryptionException {
140 throws EncryptionException {
163 throws EncryptionException {
186 throws EncryptionException {
209 throws EncryptionException {
234 throws EncryptionException {
259 throws EncryptionException
288 throws EncryptionException {
306 throws EncryptionException {
320 throws EncryptionException {
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DEncryptedNameIdentifier.java45 import com.sun.identity.xmlenc.EncryptionException;
177 } catch (EncryptionException ee) {
284 } catch (EncryptionException ee) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DEncryptedNameIdentifier.java45 import com.sun.identity.xmlenc.EncryptionException;
177 } catch (EncryptionException ee) {
284 } catch (EncryptionException ee) {

Completed in 38 milliseconds