Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
IConfigStore.getBigInteger(java.lang.String name)
Retrieves the given property as a big integer.
|
boolean |
IConfigStore.getBoolean(java.lang.String name)
Retrieves the given property as a boolean.
|
byte[] |
IConfigStore.getByteArray(java.lang.String name)
Retrieves the value of a property as a byte array.
|
int |
IConfigStore.getInteger(java.lang.String name)
Retrieves the given property as an integer.
|
java.lang.String |
IConfigStore.getString(java.lang.String name)
Retrieves the value of the given property as a string.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestInQListener.init(ISubsystem sub,
IConfigStore config)
initializes the listener from the configuration
|
void |
CertificateRevokedListener.init(ISubsystem sub,
IConfigStore config) |
void |
CertificateIssuedListener.init(ISubsystem sub,
IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
void |
KRAConnectorProcessor.addConnector(KRAConnectorInfo info) |
void |
KRAConnectorProcessor.addHost(java.lang.String newHost,
java.lang.String newPort) |
KRAConnectorInfo |
KRAConnectorProcessor.getConnectorInfo() |
void |
KRAConnectorProcessor.removeConnector(java.lang.String newHost,
java.lang.String newPort) |
Constructor and Description |
---|
KRAConnectorProcessor(java.util.Locale locale) |
Constructor and Description |
---|
CertProcessor(java.lang.String id,
java.util.Locale locale) |
EnrollmentProcessor(java.lang.String id,
java.util.Locale locale) |
RenewalProcessor(java.lang.String id,
java.util.Locale locale) |
RequestProcessor(java.lang.String id,
java.util.Locale locale) |
RevocationProcessor(java.lang.String id,
java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
java.security.KeyPair |
Configurator.createECCKeyPair(org.mozilla.jss.crypto.CryptoToken token,
java.lang.String curveName,
java.lang.String ct) |
org.mozilla.jss.netscape.security.x509.X509Key |
Configurator.getECCX509Key(java.lang.String certTag) |
org.mozilla.jss.netscape.security.x509.X509Key |
Configurator.getRSAX509Key(java.lang.String certTag) |
void |
Configurator.importLDIFS(java.lang.String param,
netscape.ldap.LDAPConnection conn) |
void |
Configurator.importLDIFS(java.lang.String param,
netscape.ldap.LDAPConnection conn,
boolean suppressErrors) |
boolean |
Configurator.isAuditSigningCert(java.lang.String name) |
void |
Configurator.setSigningAlgorithm(java.lang.String ct,
java.lang.String keyAlgo) |
Constructor and Description |
---|
SecurityDomainProcessor(java.util.Locale locale) |
Constructor and Description |
---|
CAProcessor(java.lang.String id,
java.util.Locale locale) |
Processor(java.lang.String id,
java.util.Locale locale) |