X509CRL.GetSigAlgParams Method

Definition

Gets the DER-encoded signature algorithm parameters from this CRL's signature algorithm.

[Android.Runtime.Register("getSigAlgParams", "()[B", "GetGetSigAlgParamsHandler")]
public abstract byte[]? GetSigAlgParams ();
[<Android.Runtime.Register("getSigAlgParams", "()[B", "GetGetSigAlgParamsHandler")>]
abstract member GetSigAlgParams : unit -> byte[]

Returns

Byte[]

the DER-encoded signature algorithm parameters, or null if no parameters are present.

Attributes

Remarks

Java documentation for java.security.cert.X509CRL.getSigAlgParams().

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