The Wayback Machine - https://web.archive.org/web/20151229091757/http://developer.xamarin.com:80/api/namespace/Javax.Crypto.Interfaces/
Android Guides | Samples

Javax.Crypto.Interfaces Namespace

This package provides the interfaces needed to implement the Diffie-Hellman (DH) key agreement's algorithm as specified by PKCS#3.

Remarks

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.

Classes

TypeReason
DHPrivateKeyThe interface for a private key in the Diffie-Hellman key exchange protocol.
DHPrivateKeyConsts
DHPublicKeyThe interface for a public key in the Diffie-Hellman key exchange protocol.
DHPublicKeyConsts
IDHKeyThe interface for a Diffie-Hellman key.
IDHPrivateKeyThe interface for a private key in the Diffie-Hellman key exchange protocol.
IDHPublicKeyThe interface for a public key in the Diffie-Hellman key exchange protocol.
IPBEKeyThe interface to a password-based-encryption key.
PBEKeyThe interface to a password-based-encryption key.
PBEKeyConsts