java.lang.Object | ||
javax.crypto.KeyAgreement |
KeyAgreement(KeyAgreementSpi keyAgreeSpi, Provider provider, String algorithm) |
final | Key | doPhase(Key key, boolean lastPhase) | ||||
final | int | generateSecret(byte[] sharedSecret, int offset) | ||||
final | SecretKey | generateSecret(String algorithm) | ||||
final | byte[] | generateSecret() | ||||
final | String | getAlgorithm() | ||||
final | static | KeyAgreement | getInstance(String algorithm, String provider) | |||
final | static | KeyAgreement | getInstance(String algorithm) | |||
final | static | KeyAgreement | getInstance(String algorithm, Provider provider) | |||
final | Provider | getProvider() | ||||
final | void | init(Key key, AlgorithmParameterSpec params, SecureRandom random) | ||||
final | void | init(Key key, AlgorithmParameterSpec params) | ||||
final | void | init(Key key) | ||||
final | void | init(Key key, SecureRandom random) |
IllegalStateException |
---|
NoSuchAlgorithmException |
---|
NoSuchAlgorithmException |
---|
InvalidKeyException |
---|
InvalidKeyException |
---|
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |