javax.crypto.interfaces

Package javax.crypto.interfaces

Provides interfaces for Diffie-Hellman keys as defined in RSA Laboratories' PKCS #3.

See: Description

Interface Summary
Interface Description
DHKey

The interface to a Diffie-Hellman key.

DHPrivateKey

The interface to a Diffie-Hellman private key.

DHPublicKey

The interface to a Diffie-Hellman public key.

PBEKey

The interface to a PBE key.

Package javax.crypto.interfaces Descript