Destroyable
Key
SecretKey
Serializable
public interface PBEKeyextends SecretKey
PBEKeySpec
static long
serialVersionUID
int
getIterationCount()
char[]
getPassword()
byte[]
getSalt()
destroy, isDestroyed
getAlgorithm, getEncoded, getFormat
static final long serialVersionUID
char[] getPassword()
注意:此方法应返回密码的副本。 在不再需要密码信息后,呼叫者有责任将密码信息清零。
byte[] getSalt()
注意:此方法应返回salt的副本。 呼叫者有责任在不再需要盐信息后将其清零。
int getIterationCount()