public class RootDescriptor extends Object
As the root keystore needs to be configurable by the system administrator, this configuration object allows the administrator to store the root keystore location and access information as XML elements. This information is used by the certificate authority services for signing user certificates and for exposing the root certificate object to the user interface.
Constructor and Description |
---|
RootDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
getRemoveExtension() |
String |
getRootCertificateAlias() |
String |
getRootKeyAlias() |
String |
getRootKeyPassword() |
String |
getRootKeystoreFilePath() |
String |
getRootKeystorePassword() |
void |
setRootCertificateAlias(String rootCertificateAlias) |
void |
setRootKeyAlias(String rootKeyAlias) |
void |
setRootKeyPassword(String rootKeyPassword) |
void |
setRootKeystoreFilePath(String rootKeystoreFilePath) |
void |
setRootKeystorePassword(String rootKeystorePassword) |
public String getRootKeyAlias()
public void setRootKeyAlias(String rootKeyAlias)
public String getRootKeyPassword()
public void setRootKeyPassword(String rootKeyPassword)
public String getRootKeystorePassword()
public void setRootKeystorePassword(String rootKeystorePassword)
public String getRootCertificateAlias()
public void setRootCertificateAlias(String rootCertificateAlias)
public String getRootKeystoreFilePath()
public void setRootKeystoreFilePath(String rootKeystoreFilePath)
public boolean getRemoveExtension()
Copyright © 2015 Nuxeo SA. All rights reserved.