The methods of Javax.Crypto.KeyAgreementSpi are listed below. For a list of all members, see the KeyAgreementSpi Members list.
See Also: Inherited members from Java.Lang.Object
abstract | EngineDoPhase(Java.Security.IKey, bool)Does the next (or the last) phase of the key agreement, using the specified key. | |
abstract | EngineGenerateSecret()Generates the shared secret. | |
abstract | EngineGenerateSecret(string)Generates the shared secret. | |
abstract | EngineGenerateSecret(byte[], int)Generates the shared secret and stores it into the buffer sharedSecred at offset. | |
abstract | EngineInit(Java.Security.IKey, Java.Security.SecureRandom)Initializes this KeyAgreementSpi with the specified key and the specified randomness source. | |
abstract | EngineInit(Java.Security.IKey, Java.Security.Spec.IAlgorithmParameterSpec, Java.Security.SecureRandom)Initializes this KeyAgreementSpi with the specified key, algorithm parameters and randomness source. |