public interface PrivateKey
私钥。此接口不包含任何方法或常量。它仅用于将所有私钥接口分组(并为其提供类型安全)。 注:特定的私钥接口扩展此接口。请参见(例如)java.security.interfaces 中的 DSAPrivateKey 接口。
Key,
PublicKey,
Certificate,
Signature.initVerify(java.security.PublicKey),
DSAPrivateKey,
RSAPrivateKey,
RSAPrivateCrtKey
| 字段摘要 | |
|---|---|
static long |
serialVersionUID 设置为指示与以前的类版本序列化兼容的类指纹。 |
| 方法摘要 |
|---|
| 从接口 java.security.Key 继承的方法 |
|---|
getAlgorithm, getEncoded, getFormat |
| 字段详细信息 |
|---|
static final long serialVersionUID