Uses of Interface
java.security.Certificate
Packages that use Certificate
-
Uses of Certificate in java.security
Methods in java.security that return CertificateModifier and TypeMethodDescriptionIdentity.certificates()
Deprecated, for removal: This API element is subject to removal in a future version.Returns a copy of all the certificates for this identity.Methods in java.security with parameters of type CertificateModifier and TypeMethodDescriptionvoid
Identity.addCertificate
(Certificate certificate) Deprecated, for removal: This API element is subject to removal in a future version.Adds a certificate for this identity.void
Identity.removeCertificate
(Certificate certificate) Deprecated, for removal: This API element is subject to removal in a future version.Removes a certificate from this identity.