IPBEKey.GetPassword 方法

定义

返回密码。

[Android.Runtime.Register("getPassword", "()[C", "GetGetPasswordHandler:Javax.Crypto.Interfaces.IPBEKeyInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public char[]? GetPassword ();
[<Android.Runtime.Register("getPassword", "()[C", "GetGetPasswordHandler:Javax.Crypto.Interfaces.IPBEKeyInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetPassword : unit -> char[]

返回

Char[]

密码。

属性

注解

返回密码。

注意:此方法应返回密码的副本。 在不再需要密码信息后,调用方有责任将密码信息归零。

适用于 . 的 javax.crypto.interfaces.PBEKey.getPassword()Java 文档

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

适用于