public interface RootService
Modifier and Type | Method and Description |
---|---|
String |
getRootCertificateAlias() |
String |
getRootKeyAlias() |
String |
getRootKeyPassword() |
KeyStore |
getRootKeyStore() |
String |
getRootKeystoreFilePath() |
InputStream |
getRootKeystoreIS() |
String |
getRootKeystorePassword() |
byte[] |
getRootPublicCertificate() |
boolean |
isRootSetup() |
void |
setRootCertificateAlias(String rootCertificateAlias) |
void |
setRootKeyAlias(String rootKeyAlias) |
void |
setRootKeyPassword(String rootKeyPassword) |
void |
setRootKeyStore(KeyStore rootKeyStore) |
void |
setRootKeystoreFilePath(String rootKeystoreFilePath) |
void |
setRootKeystorePassword(String rootKeystorePassword) |
KeyStore getRootKeyStore()
String getRootKeystoreFilePath()
String getRootKeystorePassword()
String getRootKeyAlias()
String getRootKeyPassword()
String getRootCertificateAlias()
boolean isRootSetup()
byte[] getRootPublicCertificate() throws CertException
CertException
InputStream getRootKeystoreIS() throws CertException
CertException
void setRootKeyStore(KeyStore rootKeyStore)
void setRootKeystoreFilePath(String rootKeystoreFilePath)
void setRootKeystorePassword(String rootKeystorePassword)
void setRootKeyAlias(String rootKeyAlias)
void setRootKeyPassword(String rootKeyPassword)
void setRootCertificateAlias(String rootCertificateAlias)
Copyright © 2015 Nuxeo SA. All rights reserved.