| Package | Description |
|---|---|
| org.nhindirect.stagent.cryptography |
NHIN Direct cryptography.
|
| org.nhindirect.stagent.cryptography.activekeyops |
Depending on security and operational requirements, the use of "active" asymmetric keys may not be allowed in process memmory.
|
| Modifier and Type | Method and Description |
|---|---|
DirectSignedDataGeneratorFactory |
SMIMECryptographerImpl.getSignedDataGeneratorFactory()
Gets the signed data factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SMIMECryptographerImpl.setSignedDataGeneratorFactory(DirectSignedDataGeneratorFactory sigFactory)
Sets the signed data factory.
|
| Constructor and Description |
|---|
SMIMECryptographerImpl(DirectSignedDataGeneratorFactory sigFactory,
DirectRecipientInformationFactory decFactory)
Constructs a Cryptographer with a signature factory and decryption factory
|
SMIMECryptographerImpl(EncryptionAlgorithm encryptionAlgorithm,
DigestAlgorithm digestAlgorithm,
DirectSignedDataGeneratorFactory sigFactory,
DirectRecipientInformationFactory decFactory)
Constructs a Cryptographer with an EncryptionAlgorithm, DigestAlgorithm, signature factory, and and decryption factory
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDirectSignedDataGeneratorFactory
Factory class for creating instances of the concrete DefaultDirectSignedDataGenerator class.
|
class |
SplitProviderDirectSignedDataGeneratorFactory
Factory class for creating instances of the concrete SplitProviderDirectSignedDataGenerator class.
|
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.