| Package | Description |
|---|---|
| org.nhindirect.stagent.cryptography |
NHIN Direct cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
static EncryptionError |
EncryptionError.valueOf(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.
|
| Constructor and Description |
|---|
EncryptionException(EncryptionError error) |
EncryptionException(EncryptionError error,
Exception innerException)
Constructs an exception with the encryption error and the exception that caused the error.
|
EncryptionException(EncryptionError error,
String message)
Constructs an exception with a message and the encryption error.
|
EncryptionException(EncryptionError error,
String message,
Exception innerException)
Constructs an exception with the encryption error, a message, and the exception that caused the error.
|
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.