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 ofKPPCertificateobjects.Method parameters in com.sic.plugins.kpp.model with type arguments of type KPPCertificate Modifier and Type Method Description voidKPPKeychain. setCertificates(List<KPPCertificate> certificates)Set a list ofKPPCertificateobjects.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
-