Interface CertificateService
public interface CertificateService
-
Method Summary
Modifier and TypeMethodDescriptionvoidaliasEntryDelete(String alias) List<ru.bitel.bgbilling.common.model.KeyValue>certificateGet(String alias, int chainIndex) voidcertificateSet(String alias, String certificateType, String keyText, String cerText) voidcertificateSetP12(String encodeString, String pswd) booleanboolean
-
Method Details
-
aliasEntryList
List<AliasEntry> aliasEntryList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
certificateGet
CertificateHolder certificateGet(String alias, int chainIndex) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
certificateSet
void certificateSet(String alias, String certificateType, String keyText, String cerText) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
keyGet
String keyGet(String alias) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
aliasEntryDelete
void aliasEntryDelete(String alias) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
caCertList
List<ru.bitel.bgbilling.common.model.KeyValue> caCertList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
certificateSetP12
void certificateSetP12(String encodeString, String pswd) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
checkKeystore
boolean checkKeystore() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
createKeystore
boolean createKeystore() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-