Interface RootService
- All Known Implementing Classes:
RootServiceImpl
public interface RootService
Allows interaction with CA root-related PKI objects: certificates, keys, keystore & certificate files
- Author:
- Wojciech Sulejman
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
boolean
void
setRootCertificateAlias
(String rootCertificateAlias) void
setRootKeyAlias
(String rootKeyAlias) void
setRootKeyPassword
(String rootKeyPassword) void
setRootKeyStore
(KeyStore rootKeyStore) void
setRootKeystoreFilePath
(String rootKeystoreFilePath) void
setRootKeystorePassword
(String rootKeystorePassword)
-
Method Details
-
getRootKeyStore
KeyStore getRootKeyStore() -
getRootKeystoreFilePath
String getRootKeystoreFilePath() -
getRootKeystorePassword
String getRootKeystorePassword() -
getRootKeyAlias
String getRootKeyAlias() -
getRootKeyPassword
String getRootKeyPassword() -
getRootCertificateAlias
String getRootCertificateAlias() -
isRootSetup
boolean isRootSetup() -
getRootPublicCertificate
- Throws:
CertException
-
getRootKeystoreIS
- Throws:
CertException
-
setRootKeyStore
-
setRootKeystoreFilePath
-
setRootKeystorePassword
-
setRootKeyAlias
-
setRootKeyPassword
-
setRootCertificateAlias
-