|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EncryptionError | |
|---|---|
| org.nhindirect.stagent.cryptography | NHIN Direct cryptography. |
| Uses of EncryptionError in org.nhindirect.stagent.cryptography |
|---|
| Methods in org.nhindirect.stagent.cryptography that return EncryptionError | |
|---|---|
static EncryptionError |
EncryptionError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EncryptionError[] |
EncryptionError.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.nhindirect.stagent.cryptography with parameters of type EncryptionError | |
|---|---|
EncryptionException(EncryptionError error)
|
|
EncryptionException(EncryptionError error,
java.lang.Exception innerException)
Constructs an exception with the encryption error and the exception that caused the error. |
|
EncryptionException(EncryptionError error,
java.lang.String message)
Constructs an exception with a message and the encryption error. |
|
EncryptionException(EncryptionError error,
java.lang.String message,
java.lang.Exception innerException)
Constructs an exception with the encryption error, a message, and the exception that caused the error. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||