Skip navigation links
A C G I L R U V 

A

addCertificate(byte[]) - Method in class com.kobil.ssms.svm.presentation.b2b.issuer.IssuerCertificateManagementWs
Adds a DER encoded certificate to the database.
addCertificate(byte[]) - Method in class com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs
Adds a DER encoded certificate to database.
addUser(String) - Method in class com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs
Adds a new user to the database.
assignCertificate(String, BigInteger, String) - Method in class com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs
Assigns a certificate to a user.

C

CertificateManagementWSFault(IssuerCertificateManagementWs.ErrorCodes, String) - Constructor for exception com.kobil.ssms.svm.presentation.b2b.issuer.IssuerCertificateManagementWs.CertificateManagementWSFault
 
CertificateManagementWSFault(UserCertificateManagementWs.ErrorCodes, String) - Constructor for exception com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs.CertificateManagementWSFault
 
com.kobil.ssms.svm.presentation.b2b.issuer - package com.kobil.ssms.svm.presentation.b2b.issuer
 
com.kobil.ssms.svm.presentation.b2b.user - package com.kobil.ssms.svm.presentation.b2b.user
 

G

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.

I

IssuerCertificateManagementWs - Class in com.kobil.ssms.svm.presentation.b2b.issuer
This webservice provides issuer certificate management methods.
IssuerCertificateManagementWs() - Constructor for class com.kobil.ssms.svm.presentation.b2b.issuer.IssuerCertificateManagementWs
 
IssuerCertificateManagementWs.CertificateManagementWSFault - Exception in com.kobil.ssms.svm.presentation.b2b.issuer
Own exception class for the soap interface CertificateManagement.
IssuerCertificateManagementWs.ErrorCodes - Enum in com.kobil.ssms.svm.presentation.b2b.issuer
Class with all possible error codes listed.

L

lockCertificate(String, BigInteger) - Method in class com.kobil.ssms.svm.presentation.b2b.issuer.IssuerCertificateManagementWs
Changes an unlocked certificate to the state of locked.
lockCertificate(String, BigInteger, String) - Method in class com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs
Changes an unlocked certificate to the state of locked.

R

removeCertificate(String, BigInteger) - Method in class com.kobil.ssms.svm.presentation.b2b.issuer.IssuerCertificateManagementWs
Removes the certificate from database, referenced by issuerDN and serial number.
removeCertificate(String, BigInteger) - Method in class com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs
Removes the certificate from database, referenced by issuerDN and serial number.
removeUser(String) - Method in class com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs
Removes an user from the database.

U

unassignCertificate(String, BigInteger) - Method in class com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs
Unassigns a certificate from a user.
unlockCertificate(String, BigInteger) - Method in class com.kobil.ssms.svm.presentation.b2b.issuer.IssuerCertificateManagementWs
Changes a locked certificate to the state of unlocked.
unlockCertificate(String, BigInteger) - Method in class com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs
Changes a locked certificate to the state of unlocked.
UserCertificateManagementWs - Class in com.kobil.ssms.svm.presentation.b2b.user
This web service provides user certificate management methods.
UserCertificateManagementWs() - Constructor for class com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs
 
UserCertificateManagementWs.CertificateManagementWSFault - Exception in com.kobil.ssms.svm.presentation.b2b.user
Own exception class for the soap interface CertificateManagement.
UserCertificateManagementWs.ErrorCodes - Enum in com.kobil.ssms.svm.presentation.b2b.user
Class with all possible error codes listed.

V

valueOf(String) - Static method in enum com.kobil.ssms.svm.presentation.b2b.issuer.IssuerCertificateManagementWs.ErrorCodes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs.ErrorCodes
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.kobil.ssms.svm.presentation.b2b.issuer.IssuerCertificateManagementWs.ErrorCodes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kobil.ssms.svm.presentation.b2b.user.UserCertificateManagementWs.ErrorCodes
Returns an array containing the constants of this enum type, in the order they are declared.
A C G I L R U V 
Skip navigation links

Copyright © 2022 KOBIL Systems GmbH. All rights reserved.