| 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 |
|---|---|
DirectRecipientInformationFactory |
SMIMECryptographerImpl.getRecipientInformationFactory()
Gets the decryption factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SMIMECryptographerImpl.setRecipientInformationFactory(DirectRecipientInformationFactory decFactory)
Sets the decryption 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 |
DefaultDirectRecipientInformationFactory
Factory class for creating instances of the concrete DefaultDirectRecipientInformation class.
|
class |
SplitDirectRecipientInformationFactory
Factory class for creating instances of the concrete SplitDirectRecipientInformation class.
|
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.