Javax.Crypto.KeyAgreementSpi: Method Members

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

Protected Methods

abstract
EngineDoPhase(Java.Security.IKey, bool) : Java.Security.IKey
Does the next (or the last) phase of the key agreement, using the specified key.
abstract
EngineGenerateSecret() : byte[]
Generates the shared secret.
abstract
EngineGenerateSecret(string) : ISecretKey
Generates the shared secret.
abstract
EngineGenerateSecret(byte[], int) : 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.