Uses of Interface
java.security.Certificate
-
Packages that use Certificate 软件包 描述 java.security 提供安全框架的类和接口。 -
-
Uses of Certificate in java.security
Methods in java.security that return Certificate 变量和类型 方法 描述 Certificate[]
Identity. certificates()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回此标识的所有证书的副本。Methods in java.security with parameters of type Certificate 变量和类型 方法 描述 void
Identity. addCertificate(Certificate certificate)
不推荐使用,要删除:此API元素将在以后的版本中删除。为此标识添加证书。void
Identity. removeCertificate(Certificate certificate)
不推荐使用,要删除:此API元素将在以后的版本中删除。Removes a certificate from this identity.
-