| Package | Description |
|---|---|
| pl.edu.icm.unity.engine.api |
The main entry point to engine's functionality.
|
| Modifier and Type | Method and Description |
|---|---|
NamedCertificate |
PKIManagement.getCertificate(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<NamedCertificate> |
PKIManagement.getPersistedCertificates() |
List<NamedCertificate> |
PKIManagement.getVolatileCertificates() |
| Modifier and Type | Method and Description |
|---|---|
void |
PKIManagement.addPersistedCertificate(NamedCertificate toAdd)
Adds a new persisted certificate
|
void |
PKIManagement.updateCertificate(NamedCertificate toUpdate)
Updates a given certificate
|
Copyright © 2020 Unity. All rights reserved.