Package | Description |
---|---|
com.kobil.ssms.svm.presentation.b2b.issuer |
Modifier and Type | Method and Description |
---|---|
boolean |
IssuerCertificateManagementWs.addCertificate(byte[] derEncodedCertificate)
Adds a DER encoded certificate to the database.
|
byte[][] |
IssuerCertificateManagementWs.getCertificates(String filter)
Returns a byte array of all certificates, that are matching to the filter.
|
boolean |
IssuerCertificateManagementWs.lockCertificate(String issuerDN,
BigInteger serialNumber)
Changes an unlocked certificate to the state of locked.
|
boolean |
IssuerCertificateManagementWs.removeCertificate(String issuerDN,
BigInteger serialNumber)
Removes the certificate from database, referenced by issuerDN
and serial number.
|
boolean |
IssuerCertificateManagementWs.unlockCertificate(String issuerDN,
BigInteger serialNumber)
Changes a locked certificate to the state of unlocked.
|
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.