Interface CertificateService
public interface CertificateService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
aliasEntryDelete
(String alias) List<ru.bitel.bgbilling.common.model.KeyValue>
certificateGet
(String alias, int chainIndex) void
certificateSet
(String alias, String certificateType, String keyText, String cerText) void
certificateSetP12
(String encodeString, String pswd) boolean
boolean
-
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
-