| Package | Description |
|---|---|
| org.nhindirect.stagent.cryptography |
NHIN Direct cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
static EncryptionAlgorithm |
EncryptionAlgorithm.fromOID(String OID,
EncryptionAlgorithm defaultAlgorithm)
Gets the encryption algorithm from an OID.
|
static EncryptionAlgorithm |
EncryptionAlgorithm.fromString(String algorithmName,
EncryptionAlgorithm defaultAlgorithm)
Gets the encryption algorithm from an algorithm name
|
EncryptionAlgorithm |
SMIMECryptographerImpl.getEncryptionAlgorithm()
Gets the EncryptionAlgorithm.
|
static EncryptionAlgorithm |
EncryptionAlgorithm.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static EncryptionAlgorithm |
EncryptionAlgorithm.fromOID(String OID,
EncryptionAlgorithm defaultAlgorithm)
Gets the encryption algorithm from an OID.
|
static EncryptionAlgorithm |
EncryptionAlgorithm.fromString(String algorithmName,
EncryptionAlgorithm defaultAlgorithm)
Gets the encryption algorithm from an algorithm name
|
void |
SMIMECryptographerImpl.setEncryptionAlgorithm(EncryptionAlgorithm value)
Sets the EncryptionAlgorithm
|
| Constructor and Description |
|---|
SMIMECryptographerImpl(EncryptionAlgorithm encryptionAlgorithm,
DigestAlgorithm digestAlgorithm)
Constructs a Cryptographer with an EncryptionAlgorithm and DigestAlgorithm.
|
SMIMECryptographerImpl(EncryptionAlgorithm encryptionAlgorithm,
DigestAlgorithm digestAlgorithm,
DirectSignedDataGeneratorFactory sigFactory,
DirectRecipientInformationFactory decFactory)
Constructs a Cryptographer with an EncryptionAlgorithm, DigestAlgorithm, signature factory, and and decryption factory
|
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.