|
|||||||||
Home >> All >> javax >> crypto >> [ interfaces overview ] | PREV NEXT |
D
- DHKey - interface javax.crypto.interfaces.DHKey.
- This interface marks public/private keys in the Diffie-Hellman key exchange algorithm.
- DHPrivateKey - interface javax.crypto.interfaces.DHPrivateKey.
- This interface marks a private key in the Diffie-Hellman key exchange algorithm.
- DHPublicKey - interface javax.crypto.interfaces.DHPublicKey.
- This interface marks a public key in the Diffie-Hellman key-exchange algorithm.
G
- getIterationCount() - Method in interface javax.crypto.interfaces.PBEKey
- Retruns the iteration count, or 0 if not specified.
- getParams() - Method in interface javax.crypto.interfaces.DHKey
- Returns the Diffie-Hellman parameters for this key, which includes the generator and the prime.
- getPassword() - Method in interface javax.crypto.interfaces.PBEKey
- Returns a copy of the password as a character array.
- getSalt() - Method in interface javax.crypto.interfaces.PBEKey
- Returns a copy of the salt.
- getX() - Method in interface javax.crypto.interfaces.DHPrivateKey
- Returns the private value x.
- getY() - Method in interface javax.crypto.interfaces.DHPublicKey
- Get the public value y.
J
- javax.crypto.interfaces - package javax.crypto.interfaces
P
- PBEKey - interface javax.crypto.interfaces.PBEKey.
- Interface to a password-derived key for password-based encryption (PBE).
S
- serialVersionUID - Static variable in interface javax.crypto.interfaces.DHPrivateKey
- Compatible with JDK1.4.
- serialVersionUID - Static variable in interface javax.crypto.interfaces.DHPublicKey
- Compatible with JDK1.4.
- serialVersionUID - Static variable in interface javax.crypto.interfaces.PBEKey
- Compatible with JDK1.4.
D G J P S
|
|||||||||
Home >> All >> javax >> crypto >> [ interfaces overview ] | PREV NEXT |