Uses of Interface
java.security.Certificate
| Package | Description | 
|---|---|
| java.security | Provides the classes and interfaces for the security framework. | 
- 
Uses of Certificate in java.securityMethods in java.security that return Certificate Modifier and Type Method Description Certificate[]Identity. 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 Certificate Modifier and Type Method Description voidIdentity. addCertificate(Certificate certificate)Deprecated, for removal: This API element is subject to removal in a future version.Adds a certificate for this identity.voidIdentity. removeCertificate(Certificate certificate)Deprecated, for removal: This API element is subject to removal in a future version.Removes a certificate from this identity.