- getCertificate(String, BigInteger) - Method in class com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs
-
Returns the matching certificate.
- getCertificates(String) - Method in class com.kobil.ssms.svm.presentation.b2b.issuer.IssuerCertificateManagementWs
-
Returns a byte array of all certificates, that are matching to the filter.
- getCertificatesInfo(String, RangeInput, OrderInput, Holder<Pagination>) - Method in class com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs
-
Returns a list of all SVMCertificateInfo objects, that are matching
the filter.
- getErrorCode() - Method in exception com.kobil.ssms.svm.presentation.b2b.issuer.IssuerCertificateManagementWs.CertificateManagementWSFault
-
- getErrorCode() - Method in exception com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs.CertificateManagementWSFault
-
- getUserByDEREncodedCertificate(byte[]) - Method in class com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs
-
Returns the matching userID referenced by derEncodedCertificate.
- getUserByIssuerAndSerial(String, BigInteger) - Method in class com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs
-
Returns the matching userID referenced by issuerDN and serial number.