See: Description
| Interface | Description |
|---|---|
| DirectRecipientInformation |
Interface for getting decrypted content from an encrypted message for a specific recipient.
|
| DirectRecipientInformationFactory |
Factory interface for creating instances of concrete implementation of the DirectRecipientInformation interface.
|
| DirectSignedDataGenerator |
Interface for signing message content.
|
| DirectSignedDataGeneratorFactory |
Factory interface for creating instances of concrete implementation of the DirectSignedDataGenerator interface.
|
| Class | Description |
|---|---|
| DefaultDirectRecipientInformation |
A default implementation of the DirectRecipientInformation interface.
|
| DefaultDirectRecipientInformationFactory |
Factory class for creating instances of the concrete DefaultDirectRecipientInformation class.
|
| DefaultDirectSignedDataGenerator |
Default implementation of the DirectSignedDataGenerator that functions as a pass through to the BouncyCastle
CMSSignedDataGenerator implementation.
|
| DefaultDirectSignedDataGeneratorFactory |
Factory class for creating instances of the concrete DefaultDirectSignedDataGenerator class.
|
| SplitDirectRecipientInformation |
An implementation that of the DirectRecipientInformation interface that allows for an optimized set of decryption operations.
|
| SplitDirectRecipientInformationFactory |
Factory class for creating instances of the concrete SplitDirectRecipientInformation class.
|
| SplitProviderDirectSignedDataGenerator |
An implementation that of the DirectSignedDataGenerator interface that allows for an optimized set of signing operations.
|
| SplitProviderDirectSignedDataGeneratorFactory |
Factory class for creating instances of the concrete SplitProviderDirectSignedDataGenerator class.
|
The classes and interfaces in this package enable the ability the delegate asymmetric key operations and non-ssasymmetric key operations to different JCE providers. This allows for optimized operations that may otherwise lead to performance bottlenecks.
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.