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
- Throws:
ru.bitel.bgbilling.common.BGException
-
certificateGet
CertificateHolder certificateGet(String alias, int chainIndex) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
certificateSet
void certificateSet(String alias, String certificateType, String keyText, String cerText) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
keyGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
aliasEntryDelete
- Throws:
ru.bitel.bgbilling.common.BGException
-
caCertList
List<ru.bitel.bgbilling.common.model.KeyValue> caCertList() throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
certificateSetP12
void certificateSetP12(String encodeString, String pswd) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
checkKeystore
boolean checkKeystore() throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
createKeystore
boolean createKeystore() throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-