-
- All Superinterfaces:
-
Destroyable
,Key
,SecretKey
,Serializable
public interface PBEKey extends SecretKey
PBE密钥的接口。- 从以下版本开始:
- 1.4
- 另请参见:
-
PBEKeySpec
,SecretKey
-
-
字段汇总
字段 变量和类型 字段 描述 static long
serialVersionUID
设置为指示自J2SE 1.4以来的序列化兼容性的类指纹。
-
方法摘要
所有方法 实例方法 抽象方法 变量和类型 方法 描述 int
getIterationCount()
返回迭代计数,如果未指定则返回0。char[]
getPassword()
返回密码。byte[]
getSalt()
如果未指定,则返回salt或null。-
声明方法的接口 javax.security.auth.Destroyable
destroy, isDestroyed
-
声明方法的接口 java.security.Key
getAlgorithm, getEncoded, getFormat
-
-
-
-
字段详细信息
-
serialVersionUID
static final long serialVersionUID
设置为指示自J2SE 1.4以来的序列化兼容性的类指纹。- 另请参见:
- 常数字段值
-
-