X509CRL.GetExtensionValue(String) Method

Definition

Gets the DER-encoded OCTET string for the extension value (<em>extnValue</em>) identified by the passed-in oid String.

[Android.Runtime.Register("getExtensionValue", "(Ljava/lang/String;)[B", "GetGetExtensionValue_Ljava_lang_String_Handler")]
public abstract byte[]? GetExtensionValue (string? oid);
[<Android.Runtime.Register("getExtensionValue", "(Ljava/lang/String;)[B", "GetGetExtensionValue_Ljava_lang_String_Handler")>]
abstract member GetExtensionValue : string -> byte[]

Parameters

oid
String

the Object Identifier value for the extension.

Returns

Byte[]

the DER-encoded octet string of the extension value or null if it is not present.

Implements

Attributes

Remarks

Java documentation for java.security.cert.X509Extension.getExtensionValue(java.lang.String).

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