Index
All Classes and Interfaces|All Packages
C
- com.helixframework.crypto.diffiehellman - package com.helixframework.crypto.diffiehellman
D
- decode(byte[]) - Static method in class com.helixframework.crypto.diffiehellman.DiffieHellman
-
Decodes a byte array into a public key.
- DiffieHellman - Class in com.helixframework.crypto.diffiehellman
-
Utility methods for Diffie-Hellman key exchange.
E
- encode(PublicKey) - Static method in class com.helixframework.crypto.diffiehellman.DiffieHellman
-
Encodes a public key into a byte array.
G
- generateKeyPair() - Static method in class com.helixframework.crypto.diffiehellman.DiffieHellman
-
Generates a key pair for Diffie-Hellman key exchange.
- generateSecret(PrivateKey, PublicKey) - Static method in class com.helixframework.crypto.diffiehellman.DiffieHellman
-
Generates a shared secret key using Diffie-Hellman key exchange.
All Classes and Interfaces|All Packages