AlgorithmParametersSpi.EngineGetParameterSpec(Class) Method

Definition

Returns a (transparent) specification of this parameters object.

[Android.Runtime.Register("engineGetParameterSpec", "(Ljava/lang/Class;)Ljava/security/spec/AlgorithmParameterSpec;", "GetEngineGetParameterSpec_Ljava_lang_Class_Handler")]
[Java.Interop.JavaTypeParameters(new System.String[] { "T extends java.security.spec.AlgorithmParameterSpec" })]
protected abstract Java.Lang.Object? EngineGetParameterSpec (Java.Lang.Class? paramSpec);
[<Android.Runtime.Register("engineGetParameterSpec", "(Ljava/lang/Class;)Ljava/security/spec/AlgorithmParameterSpec;", "GetEngineGetParameterSpec_Ljava_lang_Class_Handler")>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T extends java.security.spec.AlgorithmParameterSpec" })>]
abstract member EngineGetParameterSpec : Java.Lang.Class -> Java.Lang.Object

Parameters

paramSpec
Class

the specification class in which the parameters should be returned.

Returns

the parameter specification.

Attributes

Remarks

Returns a (transparent) specification of this parameters object. paramSpec identifies the specification class in which the parameters should be returned. It could, for example, be DSAParameterSpec.class, to indicate that the parameters should be returned in an instance of the DSAParameterSpec class.

Java documentation for java.security.AlgorithmParametersSpi.engineGetParameterSpec(java.lang.Class<T>).

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.

Applies to