|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EncryptionAlgorithm | |
|---|---|
| org.nhindirect.stagent.cryptography | NHIN Direct cryptography. |
| Uses of EncryptionAlgorithm in org.nhindirect.stagent.cryptography |
|---|
| Methods in org.nhindirect.stagent.cryptography that return EncryptionAlgorithm | |
|---|---|
EncryptionAlgorithm |
SMIMECryptographerImpl.getEncryptionAlgorithm()
Gets the EncryptionAlgorithm. |
static EncryptionAlgorithm |
EncryptionAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EncryptionAlgorithm[] |
EncryptionAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.nhindirect.stagent.cryptography with parameters of type EncryptionAlgorithm | |
|---|---|
void |
SMIMECryptographerImpl.setEncryptionAlgorithm(EncryptionAlgorithm value)
Sets the EncryptionAlgorithm |
| Constructors in org.nhindirect.stagent.cryptography with parameters of type EncryptionAlgorithm | |
|---|---|
SMIMECryptographerImpl(EncryptionAlgorithm encryptionAlgorithm,
DigestAlgorithm digestAlgorithm)
Constructs a Cryptographer with an EncryptionAlgorithm and DigestAlgorithm. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||