The members of Javax.Crypto.KeyAgreement are listed below.
See Also: Inherited members from Java.Lang.Object
| A constructor used when creating managed representations of JNI objects; called by the runtime. | ||
| Creates a new KeyAgreement instance. | 
| [read-only] | Algorithm | string. Returns the name of the key agreement algorithm. | 
| [read-only] | Provider | Java.Security.Provider. Returns the provider for this KeyAgreement instance. | 
| [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. | 
| DoPhase(Java.Security.IKey, bool) Does the next (or the last) phase of the key agreement, using the specified key. | ||
| GenerateSecret() Generates the shared secret. | ||
| GenerateSecret(string) Generates the shared secret. | ||
| GenerateSecret(byte[], int) Generates the shared secret and stores it into the buffer sharedSecred at offset. | ||
| static  | GetInstance(string) Creates a new KeyAgreement for the specified algorithm. | |
| static  | GetInstance(string, Java.Security.Provider) Create a new KeyAgreement for the specified algorithm from the specified provider. | |
| static  | GetInstance(string, string) Creates a new KeyAgreement for the specified algorithm from the specified provider. | |
| Init(Java.Security.IKey) Initializes this KeyAgreement with the specified key. | ||
| Init(Java.Security.IKey, Java.Security.SecureRandom) Initializes this KeyAgreement with the specified key and the specified randomness source. | ||
| Init(Java.Security.IKey, Java.Security.Spec.IAlgorithmParameterSpec) Initializes this KeyAgreement with the specified key and the algorithm parameters. | ||
| Init(Java.Security.IKey, Java.Security.Spec.IAlgorithmParameterSpec, Java.Security.SecureRandom) Initializes this KeyAgreement with the specified key, algorithm parameters and randomness source. | ||