The members of Javax.Crypto.KeyAgreementSpi are listed below.
See Also: Inherited members from Java.Lang.Object
| Creates a new KeyAgreementSpi instance. | 
| A constructor used when creating managed representations of JNI objects; called by the runtime. | 
| [read-only] override  | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. | 
| [read-only] override  | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. | 
| 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. | |