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:
Exception
-
certificateGet
- Throws:
Exception
-
certificateSet
void certificateSet(String alias, String certificateType, String keyText, String cerText) throws Exception - Throws:
Exception
-
keyGet
- Throws:
Exception
-
aliasEntryDelete
- Throws:
Exception
-
caCertList
- Throws:
Exception
-
certificateSetP12
- Throws:
Exception
-
checkKeystore
- Throws:
Exception
-
createKeystore
- Throws:
Exception
-