to top
Android APIs
Added in API level 1
package

javax.crypto.interfaces

This package provides the interfaces needed to implement the Diffie-Hellman (DH) key agreement's algorithm as specified by PKCS#3. The parameters for the DH algorithm must be accessed without unduly restriction as for example hardware repository for the parameters material.

Interfaces

DHKey The interface for a Diffie-Hellman key. 
DHPrivateKey The interface for a private key in the Diffie-Hellman key exchange protocol. 
DHPublicKey The interface for a public key in the Diffie-Hellman key exchange protocol. 
PBEKey The interface to a password-based-encryption key. 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.