Uses of Interface
java.security.Certificate
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
-
Uses of Certificate in java.security
Methods in java.security that return Certificate Modifier and Type Method Description Certificate[]Identity. certificates()Deprecated.Returns the certificates for thisIdentity.Methods in java.security with parameters of type Certificate Modifier and Type Method Description voidIdentity. addCertificate(Certificate certificate)Deprecated.Adds aCertificateto thisIdentity.voidIdentity. removeCertificate(Certificate certificate)Deprecated.Removes the specifiedCertificatefrom thisIdentity.