PSource.PSpecified.GetValue 方法

定义

返回编码输入 P 的值。

[Android.Runtime.Register("getValue", "()[B", "")]
public byte[]? GetValue ();
[<Android.Runtime.Register("getValue", "()[B", "")>]
member this.GetValue : unit -> byte[]

返回

Byte[]

编码输入 P 的值。每次调用此方法时都会返回一个新数组。

属性

注解

返回编码输入 P 的值。

适用于 . 的 javax.crypto.spec.PSource.PSpecified.getValue()Java 文档

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

适用于