IExtension.GetValue 方法

定义

获取扩展的 DER 编码值。

[Android.Runtime.Register("getValue", "()[B", "GetGetValueHandler:Java.Security.Cert.IExtensionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public byte[]? GetValue ();
[<Android.Runtime.Register("getValue", "()[B", "GetGetValueHandler:Java.Security.Cert.IExtensionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member GetValue : unit -> byte[]

返回

Byte[]

扩展值的副本,或者 null 不存在扩展值。

属性

注解

获取扩展的 DER 编码值。 请注意,这是编码为 OCTET STRING 的字节。 它不包括 OCTET STRING 标记和长度。

适用于 . 的 java.security.cert.Extension.getValue()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于