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 Modifier and Type 方法 描述 Certificate[]
Identity. certificates()
已过时。返回此身份的所有证书的副本。Methods in java.security with parameters of type Certificate Modifier and Type 方法 描述 void
Identity. addCertificate(Certificate certificate)
已过时。为此身份添加证书。void
Identity. removeCertificate(Certificate certificate)
已过时。Removes a certificate from this identity.
-