|
Class Summary |
| AuthenticatedDataDemo |
Demonstrates the usage of class AuthenticatedDataStream and
AuthenticatedData for recipient-specific protecting the
integrity of a message using the CMS type AuthenticatedData. |
| AuthenticatedDataOutputStreamDemo |
Demonstrates the usage of class AuthenticatedDataOutputStream and
AuthenticatedDataOutputStream for recipient-specific protecting the
integrity of message using the CMS type AuthenticatedData. |
| HMACwith3DESAuthenticatedDataDemo |
Demonstrates the usage of class AuthenticatedDataStream and
AuthenticatedData for recipient-specific protecting the
integrity of a message using the CMS type AuthenticatedData with the
HMACwith3DESwrap algorithm for wrapping the HMAC key. |
| HMACwithAESAuthenticatedDataDemo |
Demonstrates the usage of class AuthenticatedDataStream and
AuthenticatedData for recipient-specific protecting the
integrity of a message using the CMS type AuthenticatedData with the
HMACwithAESwrap algorithm for wrapping the HMAC key. |