Uses of Class
pl.edu.icm.unity.engine.api.pki.NamedCertificate
-
Packages that use NamedCertificate Package Description pl.edu.icm.unity.engine.api The main entry point to engine's functionality. -
-
Uses of NamedCertificate in pl.edu.icm.unity.engine.api
Methods in pl.edu.icm.unity.engine.api that return NamedCertificate Modifier and Type Method Description NamedCertificatePKIManagement. getCertificate(java.lang.String name)Methods in pl.edu.icm.unity.engine.api that return types with arguments of type NamedCertificate Modifier and Type Method Description java.util.List<NamedCertificate>PKIManagement. getPersistedCertificates()java.util.List<NamedCertificate>PKIManagement. getVolatileCertificates()Methods in pl.edu.icm.unity.engine.api with parameters of type NamedCertificate Modifier and Type Method Description voidPKIManagement. addPersistedCertificate(NamedCertificate toAdd)Adds a new persisted certificatevoidPKIManagement. updateCertificate(NamedCertificate toUpdate)Updates a given certificate
-