CipherSpi.EngineGetParameters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the parameters used with this cipher.
[Android.Runtime.Register("engineGetParameters", "()Ljava/security/AlgorithmParameters;", "GetEngineGetParametersHandler")]
protected abstract Java.Security.AlgorithmParameters? EngineGetParameters ();
[<Android.Runtime.Register("engineGetParameters", "()Ljava/security/AlgorithmParameters;", "GetEngineGetParametersHandler")>]
abstract member EngineGetParameters : unit -> Java.Security.AlgorithmParameters
Returns
the parameters used with this cipher, or null if this cipher does not use any parameters.
- Attributes
Remarks
Returns the parameters used with this cipher.
The returned parameters may be the same that were used to initialize this cipher, or may contain a combination of default and random parameter values used by the underlying cipher implementation if this cipher requires algorithm parameters but was not initialized with any.
Java documentation for javax.crypto.CipherSpi.engineGetParameters()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.