| Package | Description |
|---|---|
| org.nhindirect.stagent.cryptography |
NHIN Direct cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
static DigestAlgorithm |
DigestAlgorithm.fromOID(String OID,
DigestAlgorithm defaultAlgorithm)
Gets the digest algorithm from an OID.
|
static DigestAlgorithm |
DigestAlgorithm.fromString(String algorithmName,
DigestAlgorithm defaultAlgorithm)
Gets the digest algorithm from an algorithm name
|
DigestAlgorithm |
SMIMECryptographerImpl.getDigestAlgorithm()
Gets the DigestAlgorithm.
|
static DigestAlgorithm |
DigestAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigestAlgorithm[] |
DigestAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DigestAlgorithm |
DigestAlgorithm.fromOID(String OID,
DigestAlgorithm defaultAlgorithm)
Gets the digest algorithm from an OID.
|
static DigestAlgorithm |
DigestAlgorithm.fromString(String algorithmName,
DigestAlgorithm defaultAlgorithm)
Gets the digest algorithm from an algorithm name
|
void |
SMIMECryptographerImpl.setDigestAlgorithm(DigestAlgorithm value)
Sets the DigestAlgorithm.
|
static String |
CryptoAlgorithmsHelper.toDigestAlgorithmMicalg(DigestAlgorithm type) |
static String |
SMIMEStandard.toString(DigestAlgorithm algorithm) |
| Constructor and Description |
|---|
SignedEntity(DigestAlgorithm algorithm,
javax.mail.internet.MimeMultipart mm)
Constructs a signed entity from a JavaMail MimeMultipart.
|
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.