Uses of Class
com.sic.plugins.kpp.model.KPPCertificate
-
Packages that use KPPCertificate Package Description com.sic.plugins.kpp.model -
-
Uses of KPPCertificate in com.sic.plugins.kpp.model
Methods in com.sic.plugins.kpp.model that return types with arguments of type KPPCertificate Modifier and Type Method Description List<KPPCertificate>
KPPKeychain. getCertificates()
Get a list ofKPPCertificate
objects.Method parameters in com.sic.plugins.kpp.model with type arguments of type KPPCertificate Modifier and Type Method Description void
KPPKeychain. setCertificates(List<KPPCertificate> certificates)
Set a list ofKPPCertificate
objects.Constructor parameters in com.sic.plugins.kpp.model with type arguments of type KPPCertificate Constructor Description KPPKeychain(String fileName, String password, String description, List<KPPCertificate> certificates)
Constructor
-