|
|||||||||
接口 java.security.Certificate
的使用
使用 Certificate 的软件包 | |
---|---|
java.security | 为安全框架提供类和接口。 |
java.security 中 Certificate 的使用 |
---|
返回 Certificate 的 java.security 中的方法 | |
---|---|
Certificate[] |
Identity.certificates() 已过时。 返回此 Identity 所有证书的一个副本。 |
参数类型为 Certificate 的 java.security 中的方法 | |
---|---|
void |
Identity.addCertificate(Certificate certificate) 已过时。 为此 Identity 添加一个证书。 |
void |
Identity.removeCertificate(Certificate certificate) 已过时。 从此 Identity 中移除证书。 |
所有类
|
|||||||||