Modifier and Type | Method and Description |
---|---|
IConfigStore |
ICMSEngine.createFileConfigStore(java.lang.String path)
Create configuration file.
|
static IConfigStore |
CMS.createFileConfigStore(java.lang.String path) |
static IConfigStore |
CMS.getConfigStore()
Returns the main config store.
|
Modifier and Type | Method and Description |
---|---|
IGeneralNameAsConstraintsConfig |
ICMSEngine.createGeneralNameAsConstraintsConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured,
boolean isPolicyEnabled)
Created general name constraints configuration.
|
static IGeneralNameAsConstraintsConfig |
CMS.createGeneralNameAsConstraintsConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured,
boolean isPolicyEnabled)
Created general name constraints configuration.
|
IGeneralNamesAsConstraintsConfig |
ICMSEngine.createGeneralNamesAsConstraintsConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured,
boolean isPolicyEnabled)
Created general name constraints configuration.
|
static IGeneralNamesAsConstraintsConfig |
CMS.createGeneralNamesAsConstraintsConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured,
boolean isPolicyEnabled)
Created general name constraints configuration.
|
IGeneralNamesConfig |
ICMSEngine.createGeneralNamesConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured,
boolean isPolicyEnabled)
Created general names configuration.
|
static IGeneralNamesConfig |
CMS.createGeneralNamesConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured,
boolean isPolicyEnabled)
Created general names configuration.
|
ISubjAltNameConfig |
ICMSEngine.createSubjAltNameConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured)
Creates subject alt name configuration.
|
static ISubjAltNameConfig |
CMS.createSubjAltNameConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured)
Creates subject alt name configuration.
|
ILdapConnInfo |
ICMSEngine.getLdapConnInfo(IConfigStore config)
Retrieves the ldap connection information from the configuration
store.
|
static ILdapConnInfo |
CMS.getLdapConnInfo(IConfigStore config)
Retrieves the ldap connection information from the configuration
store.
|
static void |
CMS.init(ISubsystem owner,
IConfigStore config)
Initialize all static, dynamic and final static subsystems.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IAuthManager.getConfigStore()
Get the configuration store for this authentication manager.
|
Modifier and Type | Method and Description |
---|---|
void |
IAuthManager.init(java.lang.String name,
java.lang.String implName,
IConfigStore config)
Initialize this authentication manager.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IAuthzManager.getConfigStore()
Get the configuration store for this authorization manager.
|
Modifier and Type | Method and Description |
---|---|
void |
IAuthzManager.init(java.lang.String name,
java.lang.String implName,
IConfigStore config)
Initialize this authorization manager.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
ISubsystem.getConfigStore()
Returns the root configuration storage of this system.
|
IConfigStore |
IPluginImpl.getConfigStore()
Retrieves the configuration store.
|
IConfigStore |
ASubsystem.getConfigStore()
Retrieves the configuration store.
|
IConfigStore |
IConfigStore.getSubStore(java.lang.String name)
Retrieves the given sub-store.
|
IConfigStore |
IConfigStore.makeSubStore(java.lang.String name)
Creates a nested sub-store with the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
ISubsystem.init(ISubsystem owner,
IConfigStore config)
Initializes this subsystem with the given configuration
store.
|
void |
ASubsystem.init(ISubsystem parent,
IConfigStore cfg)
Initializes this subsystem.
|
void |
IPluginImpl.init(ISubsystem sys,
java.lang.String instanceName,
java.lang.String className,
IConfigStore config)
Initializes this plugin instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ICertificateAuthority.addCRLIssuingPoint(IConfigStore crlSubStore,
java.lang.String id,
boolean enable,
java.lang.String description)
Adds CRL issuing point with the given identifier and description.
|
void |
ICertificateAuthority.deleteCRLIssuingPoint(IConfigStore crlSubStore,
java.lang.String id)
Deletes CRL issuing point with the given identifier.
|
void |
ICMSCRLExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp)
Reads configuration data and converts them to name value pairs.
|
IConnector |
ICAService.getConnector(IConfigStore cs) |
netscape.security.x509.Extension |
ICMSCRLExtension.getCRLExtension(IConfigStore config,
java.lang.Object crlIssuingPoint,
boolean critical)
Builds new CRL extension based on configuration data,
issuing point information, and criticality.
|
void |
ICRLIssuingPoint.init(ISubsystem ca,
java.lang.String id,
IConfigStore config)
Initializes CRL issuing point.
|
void |
ICMSCRLExtensions.setConfigParams(java.lang.String id,
NameValuePairs nvp,
IConfigStore config)
Updates configuration store for extension identified by id
with data delivered in name value pairs.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IDBSubsystem.getConfigStore()
Gets internal DB configuration store
|
IConfigStore |
IDBSubsystem.getDBConfigStore()
Gets DB subsystem configuration store
|
Modifier and Type | Method and Description |
---|---|
void |
ICMSExtension.init(ISubsystem owner,
IConfigStore config)
initialize from configuration file
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IJob.getConfigStore()
Gets the configuration substore used by this job
|
Modifier and Type | Method and Description |
---|---|
void |
IJob.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
Initialize from the configuration file.
|
Modifier and Type | Method and Description |
---|---|
void |
ILdapConnInfo.init(IConfigStore config)
Initializes an instance from a config store.
|
void |
ILdapConnFactory.init(IConfigStore config)
Initialize the poll from the config store.
|
void |
ILdapAuthInfo.init(IConfigStore config)
Initialize this class from the config store.
|
void |
ILdapAuthInfo.init(IConfigStore config,
java.lang.String host,
int port,
boolean secure)
Initialize this class from the config store.
|
void |
ILdapConnModule.init(ISubsystem owner,
IConfigStore config)
Initialize ldap publishing module with config store.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IRequestListenerPlugin.getConfigStore()
get the configuration store of the plugin where the
configuration parameters of the plug-in are stored.
|
Modifier and Type | Method and Description |
---|---|
void |
IRequestListenerPlugin.init(java.lang.String name,
java.lang.String implName,
IConfigStore config)
the subsystem call this method to initialize the plug-in.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
ILogEventListener.getConfigStore()
Get the configuration store for the log event listener.
|
IConfigStore |
ConsoleLog.getConfigStore()
get the configuration store that is associated with this
log listener
|
Modifier and Type | Method and Description |
---|---|
void |
ILogEventListener.init(ISubsystem owner,
IConfigStore config)
Initialize this log listener
|
void |
ConsoleLog.init(ISubsystem owner,
IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
void |
IPolicyRule.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes the policy rule.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IProfileUpdater.getConfigStore()
Retrieves configuration store.
|
IConfigStore |
IProfileOutput.getConfigStore()
Retrieves configuration store.
|
IConfigStore |
IProfileInput.getConfigStore()
Returns configuration store.
|
IConfigStore |
IProfileAuthenticator.getConfigStore()
Retrieves the configuration store.
|
IConfigStore |
IProfile.getConfigStore()
Retrieves the configuration store of this profile.
|
IConfigStore |
IPolicyDefault.getConfigStore()
Retrieves the configuration store of this default.
|
IConfigStore |
IPolicyConstraint.getConfigStore()
Returns the corresponding configuration store
of this constraint policy.
|
Modifier and Type | Method and Description |
---|---|
void |
IProfileUpdater.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IProfileOutput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IProfileInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IProfileAuthenticator.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IPolicyDefault.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IPolicyConstraint.init(IProfile profile,
IConfigStore config)
Initializes this constraint policy.
|
void |
IProfile.init(IProfileSubsystem owner,
IConfigStore config)
Initializes this profile.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
ILdapPlugin.getConfigStore()
Return config store.
|
Modifier and Type | Method and Description |
---|---|
void |
ILdapPluginImpl.init(IConfigStore config)
initialize from config store and Isubsystem.
|
void |
ILdapPlugin.init(IConfigStore config)
Initialize from config store.
|
void |
ILdapCrlMapper.init(IConfigStore config)
initialize from config store.
|
void |
ILdapRule.init(IPublisherProcessor processor,
IConfigStore config)
Initialize the plugin.
|
void |
IPublishRuleSet.init(ISubsystem sys,
IConfigStore conf) |
void |
ILdapPluginImpl.init(ISubsystem sys,
IConfigStore config)
initialize from config store.
|
void |
ICRLPublisher.init(ISubsystem owner,
IConfigStore config)
Initializes this CRL publisher.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IPluginRegistry.getFileConfigStore()
Returns handle to the registry configuration file.
|
Modifier and Type | Method and Description |
---|---|
void |
IRequestListener.init(ISubsystem sub,
IConfigStore config)
Initializes request listener for the specific subsystem
and configuration store.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
KeyCertData.getConfigFile()
Retrieves configuration file.
|
Modifier and Type | Method and Description |
---|---|
netscape.security.x509.AlgorithmId |
ICryptoSubsystem.getAlgorithmId(java.lang.String algname,
IConfigStore store)
Retrieves CA's signing algorithm id.
|
org.mozilla.jss.crypto.PQGParams |
ICryptoSubsystem.getCAPQG(int keysize,
IConfigStore store)
Retrieves PQG parameters based on key size.
|
void |
KeyCertData.setConfigFile(IConfigStore file)
Sets configuration file.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
ISelfTest.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
ISelfTest.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
FlatFileAuth.mConfig
configuration store
|
protected IConfigStore |
DirBasedAuthentication.mConfig |
protected IConfigStore |
DirBasedAuthentication.mLdapConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
TokenAuthentication.getConfigStore()
gets the configuretion substore used by this authentication
manager
|
IConfigStore |
SSLclientCertAuthentication.getConfigStore()
gets the configuretion substore used by this authentication
manager
|
IConfigStore |
HashAuthentication.getConfigStore()
Gets the configuration substore used by this authentication manager
|
IConfigStore |
FlatFileAuth.getConfigStore()
Returns the configuration store used by this authentication manager
|
IConfigStore |
DirBasedAuthentication.getConfigStore()
Gets the configuration substore used by this authentication manager
|
IConfigStore |
CMCAuth.getConfigStore()
gets the configuration substore used by this authentication
plug-in
|
IConfigStore |
AgentCertAuthentication.getConfigStore()
gets the configuretion substore used by this authentication
manager
|
Modifier and Type | Method and Description |
---|---|
void |
UserPwdDirAuthentication.init(IProfile profile,
IConfigStore config) |
void |
UidPwdPinDirAuthentication.init(IProfile profile,
IConfigStore config) |
void |
UidPwdDirAuthentication.init(IProfile profile,
IConfigStore config) |
void |
TokenAuthentication.init(IProfile profile,
IConfigStore config) |
void |
SSLclientCertAuthentication.init(IProfile profile,
IConfigStore config) |
void |
FlatFileAuth.init(IProfile profile,
IConfigStore config) |
void |
CMCAuth.init(IProfile profile,
IConfigStore config) |
void |
AgentCertAuthentication.init(IProfile profile,
IConfigStore config) |
void |
UserPwdDirAuthentication.init(java.lang.String name,
java.lang.String implName,
IConfigStore config)
Initializes the UdnPwdDirAuthentication auth manager.
|
void |
UidPwdPinDirAuthentication.init(java.lang.String name,
java.lang.String implName,
IConfigStore config) |
void |
TokenAuthentication.init(java.lang.String name,
java.lang.String implName,
IConfigStore config)
initializes the TokenAuthentication auth manager
|
void |
SSLclientCertAuthentication.init(java.lang.String name,
java.lang.String implName,
IConfigStore config)
initializes the SSLClientCertAuthentication auth manager
|
void |
PortalEnroll.init(java.lang.String name,
java.lang.String implName,
IConfigStore config)
Initializes the PortalEnrollment auth manager.
|
void |
HashAuthentication.init(java.lang.String name,
java.lang.String implName,
IConfigStore config) |
void |
FlatFileAuth.init(java.lang.String name,
java.lang.String implName,
IConfigStore config) |
void |
DirBasedAuthentication.init(java.lang.String name,
java.lang.String implName,
IConfigStore config)
Initializes the UidPwdDirBasedAuthentication auth manager.
|
void |
CMCAuth.init(java.lang.String name,
java.lang.String implName,
IConfigStore config)
Initializes the CMCAuth authentication plug-in.
|
void |
AgentCertAuthentication.init(java.lang.String name,
java.lang.String implName,
IConfigStore config)
initializes the CertUserDBAuthentication auth manager
|
void |
DirBasedAuthentication.init(java.lang.String name,
java.lang.String implName,
IConfigStore config,
boolean needBaseDN) |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
BasicGroupAuthz.getConfigStore() |
IConfigStore |
AAclAuthz.getConfigStore()
Returns the configuration store used by this Authz mgr
|
Modifier and Type | Method and Description |
---|---|
protected void |
AAclAuthz.init(IConfigStore config)
Initializes
|
void |
DirAclAuthz.init(java.lang.String name,
java.lang.String implName,
IConfigStore config) |
void |
BasicGroupAuthz.init(java.lang.String name,
java.lang.String implName,
IConfigStore config) |
void |
BasicAclAuthz.init(java.lang.String name,
java.lang.String implName,
IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
void |
CMSIssuingDistributionPointExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSIssuerAlternativeNameExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSInvalidityDateExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSHoldInstructionExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSFreshestCRLExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSDeltaCRLIndicatorExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSCertificateIssuerExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSCRLReasonExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSCRLNumberExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSAuthorityKeyIdentifierExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSAuthInfoAccessExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
netscape.security.x509.Extension |
CMSIssuingDistributionPointExtension.getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical) |
netscape.security.x509.Extension |
CMSIssuerAlternativeNameExtension.getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical) |
netscape.security.x509.Extension |
CMSInvalidityDateExtension.getCRLExtension(IConfigStore config,
java.lang.Object crlIssuingPoint,
boolean critical) |
netscape.security.x509.Extension |
CMSHoldInstructionExtension.getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical) |
netscape.security.x509.Extension |
CMSFreshestCRLExtension.getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical) |
netscape.security.x509.Extension |
CMSDeltaCRLIndicatorExtension.getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical) |
netscape.security.x509.Extension |
CMSCertificateIssuerExtension.getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical) |
netscape.security.x509.Extension |
CMSCRLReasonExtension.getCRLExtension(IConfigStore config,
java.lang.Object crlIssuingPoint,
boolean critical) |
netscape.security.x509.Extension |
CMSCRLNumberExtension.getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical) |
netscape.security.x509.Extension |
CMSAuthorityKeyIdentifierExtension.getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical) |
netscape.security.x509.Extension |
CMSAuthInfoAccessExtension.getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical) |
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
AJobBase.mConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
RenewalNotificationJob.getConfigStore()
Gets the configuration substore used by this job
|
IConfigStore |
AJobBase.getConfigStore()
Gets the configuration substore used by this job
|
Modifier and Type | Method and Description |
---|---|
void |
UnpublishExpiredJob.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
initialize from the configuration file
|
void |
RequestInQueueJob.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
initialize from the configuration file
|
void |
RenewalNotificationJob.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
Initialize from the configuration file.
|
void |
PublishCertsJob.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
initialize from the configuration file
|
abstract void |
AJobBase.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
abstract methods
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
PinRemovalListener.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
void |
RequestInQListener.init(ISubsystem sub,
IConfigStore config)
initializes the listener from the configuration
|
void |
PinRemovalListener.init(ISubsystem sub,
IConfigStore config) |
void |
CertificateRevokedListener.init(ISubsystem sub,
IConfigStore config) |
void |
CertificateIssuedListener.init(ISubsystem sub,
IConfigStore config) |
void |
PinRemovalListener.init(java.lang.String name,
java.lang.String ImplName,
IConfigStore config) |
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
LogFile.mConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
LogFile.getConfigStore()
Retrieves the configuration store of this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
RollingLogFile.init(IConfigStore config)
Initialize and open a RollingLogFile using the prop config store
|
void |
LogFile.init(IConfigStore config)
Initialize and open the log using the parameters from a config store
|
void |
LogFile.init(ISubsystem owner,
IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
LDAPStore.getConfigStore() |
IConfigStore |
DefStore.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
void |
LDAPStore.init(ISubsystem owner,
IConfigStore config)
Fetch CA certificate and CRL from LDAP server.
|
void |
DefStore.init(ISubsystem owner,
IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
abstract void |
APolicyRule.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes the policy rule.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
AttributePresentConstraints.getConfigStore()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AttributePresentConstraints.getBooleanConfigParam(IConfigStore config,
java.lang.String paramName)
Deprecated.
|
protected void |
AttributePresentConstraints.getIntConfigParam(IConfigStore config,
java.lang.String paramName)
Deprecated.
|
protected void |
AttributePresentConstraints.getStringConfigParam(IConfigStore config,
java.lang.String paramName)
Deprecated.
|
void |
ValidityConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
UniqueSubjectNameConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
SubCANameConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
SigningAlgorithmConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
RevocationConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
RenewalValidityConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
RenewalConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
RSAKeyConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
ManualAuthentication.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
KeyAlgorithmConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
IssuerConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
DefaultRevocation.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
DSAKeyConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
AttributePresentConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
|
void |
AgentPolicy.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
SubjectKeyIdentifierExt.mConfig
Deprecated.
|
protected IConfigStore |
SubjectDirectoryAttributesExt.mConfig
Deprecated.
|
protected IConfigStore |
SubjectAltNameExt.mConfig
Deprecated.
|
protected IConfigStore |
PolicyMappingsExt.mConfig
Deprecated.
|
protected IConfigStore |
PolicyConstraintsExt.mConfig
Deprecated.
|
protected IConfigStore |
NameConstraintsExt.mConfig
Deprecated.
|
protected IConfigStore |
NSCertTypeExt.mConfig
Deprecated.
|
protected IConfigStore |
KeyUsageExt.mConfig
Deprecated.
|
IConfigStore |
GenericASN1Ext.mConfig
Deprecated.
|
IConfigStore |
CertificateScopeOfUseExt.mConfig
Deprecated.
|
protected IConfigStore |
CertificatePoliciesExt.mConfig
Deprecated.
|
protected IConfigStore |
AuthorityKeyIdentifierExt.mConfig
Deprecated.
|
IConfigStore |
AuthInfoAccessExt.mConfig
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectKeyIdentifierExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
SubjectDirectoryAttributesExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
|
void |
SubjectAltNameExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
SubjAltNameExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
RemoveBasicConstraintsExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
|
void |
PrivateKeyUsagePeriodExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
PresenceExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
|
void |
PolicyMappingsExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
PolicyConstraintsExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
OCSPNoCheckExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Performs one-time initialization of the policy.
|
void |
NameConstraintsExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
NSCertTypeExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
NSCCommentExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
KeyUsageExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
IssuerAltNameExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
GenericASN1Ext.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
ExtendedKeyUsageExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Performs one-time initialization of the policy.
|
void |
CertificateScopeOfUseExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
CertificateRenewalWindowExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
CertificatePoliciesExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
CRLDistributionPointsExt.init(ISubsystem owner,
IConfigStore config)
Performs one-time initialization of the policy.
|
void |
BasicConstraintsExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
AuthorityKeyIdentifierExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
AuthInfoAccessExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
BasicProfile.mConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
BasicProfile.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
void |
BasicProfile.init(IProfileSubsystem owner,
IConfigStore config)
Initializes this profile.
|
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
EnrollConstraint.mConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
NoConstraint.getConfigStore() |
IConfigStore |
EnrollConstraint.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
void |
ValidityConstraint.init(IProfile profile,
IConfigStore config) |
void |
UserSubjectNameConstraint.init(IProfile profile,
IConfigStore config) |
void |
UniqueSubjectNameConstraint.init(IProfile profile,
IConfigStore config) |
void |
UniqueKeyConstraint.init(IProfile profile,
IConfigStore config) |
void |
SubjectNameConstraint.init(IProfile profile,
IConfigStore config) |
void |
SigningAlgConstraint.init(IProfile profile,
IConfigStore config) |
void |
RenewGracePeriodConstraint.init(IProfile profile,
IConfigStore config) |
void |
NoConstraint.init(IProfile profile,
IConfigStore config) |
void |
NSCertTypeExtConstraint.init(IProfile profile,
IConfigStore config) |
void |
KeyUsageExtConstraint.init(IProfile profile,
IConfigStore config) |
void |
KeyConstraint.init(IProfile profile,
IConfigStore config) |
void |
ExtensionConstraint.init(IProfile profile,
IConfigStore config) |
void |
ExtendedKeyUsageExtConstraint.init(IProfile profile,
IConfigStore config) |
void |
EnrollConstraint.init(IProfile profile,
IConfigStore config) |
void |
CAValidityConstraint.init(IProfile profile,
IConfigStore config) |
void |
BasicConstraintsExtConstraint.init(IProfile profile,
IConfigStore config)
Initializes this constraint plugin.
|
void |
AuthzRealmConstraint.init(IProfile profile,
IConfigStore config) |
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
NoDefault.mConfig |
protected IConfigStore |
EnrollDefault.mConfig |
protected IConfigStore |
nsTokenUserKeySubjectNameDefault.mInstConfig |
protected IConfigStore |
nsNKeySubjectNameDefault.mInstConfig |
protected IConfigStore |
nsTokenUserKeySubjectNameDefault.mLdapConfig |
protected IConfigStore |
nsNKeySubjectNameDefault.mLdapConfig |
protected IConfigStore |
nsTokenUserKeySubjectNameDefault.mParamsConfig |
protected IConfigStore |
nsTokenDeviceKeySubjectNameDefault.mParamsConfig |
protected IConfigStore |
nsNKeySubjectNameDefault.mParamsConfig |
protected IConfigStore |
nsHKeySubjectNameDefault.mParamsConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
NoDefault.getConfigStore() |
IConfigStore |
EnrollDefault.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
void |
nsTokenUserKeySubjectNameDefault.init(IProfile profile,
IConfigStore config) |
void |
nsTokenDeviceKeySubjectNameDefault.init(IProfile profile,
IConfigStore config) |
void |
nsNKeySubjectNameDefault.init(IProfile profile,
IConfigStore config) |
void |
nsHKeySubjectNameDefault.init(IProfile profile,
IConfigStore config) |
void |
ValidityDefault.init(IProfile profile,
IConfigStore config) |
void |
UserValidityDefault.init(IProfile profile,
IConfigStore config) |
void |
UserSubjectNameDefault.init(IProfile profile,
IConfigStore config) |
void |
UserSigningAlgDefault.init(IProfile profile,
IConfigStore config) |
void |
UserKeyDefault.init(IProfile profile,
IConfigStore config) |
void |
UserExtensionDefault.init(IProfile profile,
IConfigStore config) |
void |
SubjectNameDefault.init(IProfile profile,
IConfigStore config) |
void |
SubjectKeyIdentifierExtDefault.init(IProfile profile,
IConfigStore config) |
void |
SubjectInfoAccessExtDefault.init(IProfile profile,
IConfigStore config) |
void |
SubjectDirAttributesExtDefault.init(IProfile profile,
IConfigStore config) |
void |
SubjectAltNameExtDefault.init(IProfile profile,
IConfigStore config) |
void |
SigningAlgDefault.init(IProfile profile,
IConfigStore config) |
void |
RandomizedValidityDefault.init(IProfile profile,
IConfigStore config) |
void |
PrivateKeyUsagePeriodExtDefault.init(IProfile profile,
IConfigStore config) |
void |
PolicyMappingsExtDefault.init(IProfile profile,
IConfigStore config) |
void |
PolicyConstraintsExtDefault.init(IProfile profile,
IConfigStore config) |
void |
OCSPNoCheckExtDefault.init(IProfile profile,
IConfigStore config) |
void |
NoDefault.init(IProfile profile,
IConfigStore config) |
void |
NameConstraintsExtDefault.init(IProfile profile,
IConfigStore config) |
void |
NSCertTypeExtDefault.init(IProfile profile,
IConfigStore config) |
void |
NSCCommentExtDefault.init(IProfile profile,
IConfigStore config) |
void |
KeyUsageExtDefault.init(IProfile profile,
IConfigStore config) |
void |
IssuerAltNameExtDefault.init(IProfile profile,
IConfigStore config) |
void |
InhibitAnyPolicyExtDefault.init(IProfile profile,
IConfigStore config) |
void |
ImageDefault.init(IProfile profile,
IConfigStore config) |
void |
GenericExtDefault.init(IProfile profile,
IConfigStore config) |
void |
FreshestCRLExtDefault.init(IProfile profile,
IConfigStore config) |
void |
ExtendedKeyUsageExtDefault.init(IProfile profile,
IConfigStore config) |
void |
EnrollDefault.init(IProfile profile,
IConfigStore config) |
void |
CertificateVersionDefault.init(IProfile profile,
IConfigStore config) |
void |
CertificatePoliciesExtDefault.init(IProfile profile,
IConfigStore config) |
void |
CRLDistributionPointsExtDefault.init(IProfile profile,
IConfigStore config) |
void |
CAValidityDefault.init(IProfile profile,
IConfigStore config) |
void |
BasicConstraintsExtDefault.init(IProfile profile,
IConfigStore config) |
void |
AutoAssignDefault.init(IProfile profile,
IConfigStore config) |
void |
AuthzRealmDefault.init(IProfile profile,
IConfigStore config) |
void |
AuthorityKeyIdentifierExtDefault.init(IProfile profile,
IConfigStore config) |
void |
AuthTokenSubjectNameDefault.init(IProfile profile,
IConfigStore config) |
void |
AuthInfoAccessExtDefault.init(IProfile profile,
IConfigStore config) |
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
EnrollInput.mConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
EnrollInput.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
void |
nsNKeyCertReqInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
nsHKeyCertReqInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SubmitterInfoInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SubjectNameInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SubjectDNInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SubjectAltNameExtInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SigningKeyGenInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SerialNumRenewInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
KeyGenInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
ImageInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
GenericInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
FileSigningInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
EnrollInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
EncryptionKeyGenInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
DualKeyGenInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
CertReqInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
CMCCertReqInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
EnrollOutput.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
void |
nsNKeyOutput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
PKCS7Output.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
EnrollOutput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
CertOutput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
CMMFOutput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
SubsystemGroupUpdater.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
void |
SubsystemGroupUpdater.init(IProfile profile,
IConfigStore config) |
Modifier and Type | Field and Description |
---|---|
IConfigStore |
NoMap.mConfig |
protected IConfigStore |
LdapSimpleMap.mConfig |
protected IConfigStore |
LdapEnhancedMap.mConfig |
protected IConfigStore |
LdapDNCompsMap.mConfig |
protected IConfigStore |
LdapCertSubjMap.mConfig |
protected IConfigStore |
LdapCertExactMap.mConfig |
protected IConfigStore |
LdapCaSimpleMap.mConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
NoMap.getConfigStore() |
IConfigStore |
LdapSimpleMap.getConfigStore() |
IConfigStore |
LdapEnhancedMap.getConfigStore()
implementation for extended
ILdapPlugin interface method
|
IConfigStore |
LdapDNCompsMap.getConfigStore() |
IConfigStore |
LdapCertSubjMap.getConfigStore() |
IConfigStore |
LdapCertExactMap.getConfigStore() |
IConfigStore |
LdapCaSimpleMap.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
void |
NoMap.init(IConfigStore config)
for initializing from config store.
|
void |
LdapSimpleMap.init(IConfigStore config)
for initializing from config store.
|
void |
LdapEnhancedMap.init(IConfigStore config)
for initializing from config store.
|
void |
LdapDNCompsMap.init(IConfigStore config)
for initializing from config store.
|
void |
LdapCertSubjMap.init(IConfigStore config) |
void |
LdapCertExactMap.init(IConfigStore config) |
void |
LdapCaSimpleMap.init(IConfigStore config)
for initializing from config store.
|
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
LdapCrlPublisher.mConfig |
protected IConfigStore |
LdapCertificatePairPublisher.mConfig |
protected IConfigStore |
LdapCertSubjPublisher.mConfig |
protected IConfigStore |
LdapCaCertPublisher.mConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
OCSPPublisher.getConfigStore() |
IConfigStore |
LdapUserCertPublisher.getConfigStore() |
IConfigStore |
LdapEncryptCertPublisher.getConfigStore() |
IConfigStore |
LdapCrlPublisher.getConfigStore() |
IConfigStore |
LdapCertificatePairPublisher.getConfigStore() |
IConfigStore |
LdapCertSubjPublisher.getConfigStore() |
IConfigStore |
LdapCaCertPublisher.getConfigStore() |
IConfigStore |
FileBasedPublisher.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
void |
OCSPPublisher.init(IConfigStore config)
Initializes this plugin.
|
void |
LdapUserCertPublisher.init(IConfigStore config) |
void |
LdapEncryptCertPublisher.init(IConfigStore config) |
void |
LdapCrlPublisher.init(IConfigStore config) |
void |
LdapCertificatePairPublisher.init(IConfigStore config) |
void |
LdapCertSubjPublisher.init(IConfigStore config) |
void |
LdapCaCertPublisher.init(IConfigStore config) |
void |
FileBasedPublisher.init(IConfigStore config)
Initializes this plugin.
|
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
ASelfTest.mConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
ASelfTest.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
ASelfTest.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
CAValidity.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
IConfigStore |
CAPresence.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
CAValidity.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
void |
CAPresence.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
SystemCertsVerification.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
SystemCertsVerification.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
KRAPresence.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
KRAPresence.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
OCSPValidity.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
IConfigStore |
OCSPPresence.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
OCSPValidity.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
void |
OCSPPresence.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
TKSKnownSessionKey.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
TKSKnownSessionKey.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
AdminServlet.mConfig |
Modifier and Type | Method and Description |
---|---|
protected void |
AdminServlet.getConfig(IConfigStore config,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Generic configuration store get operation.
|
protected void |
AdminServlet.listConfig(IConfigStore config,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Lists configuration store.
|
protected void |
AdminServlet.setConfig(IConfigStore config,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Generic configuration store set operation.
|
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
CMSServlet.mConfig |
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
CRSEnrollment.mConfig |
Modifier and Type | Method and Description |
---|---|
void |
CMSFileLoader.init(IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
CertUtil.buildSANSSLserverURLExtension(IConfigStore config) |
static void |
ConfigurationUtils.createECCKeyPair(java.lang.String token,
java.lang.String curveName,
IConfigStore config,
java.lang.String ct) |
static netscape.security.x509.X509CertImpl |
CertUtil.createLocalCert(IConfigStore config,
netscape.security.x509.X509Key x509key,
java.lang.String prefix,
java.lang.String certTag,
java.lang.String type,
org.apache.velocity.context.Context context) |
static netscape.security.x509.X509CertImpl |
CertUtil.createLocalCert(IConfigStore config,
netscape.security.x509.X509Key x509key,
java.lang.String prefix,
java.lang.String certTag,
java.lang.String type,
ICertificateAuthority ca,
org.apache.velocity.context.Context context) |
static netscape.security.x509.X509CertImpl |
CertUtil.createLocalCertWithCA(IConfigStore config,
netscape.security.x509.X509Key x509key,
java.lang.String prefix,
java.lang.String certTag,
java.lang.String type,
ICertificateAuthority ca) |
static void |
ConfigurationUtils.createRSAKeyPair(java.lang.String token,
int keysize,
IConfigStore config,
java.lang.String ct) |
static void |
ConfigurationUtils.generateCertRequest(IConfigStore config,
java.lang.String certTag,
Cert cert) |
static java.lang.String |
CertUtil.getAdminProfileAlgorithm(IConfigStore config)
reads from the admin cert profile caAdminCert.profile and determines the algorithm as follows:
1.
|
static netscape.security.x509.X509Key |
ConfigurationUtils.getECCX509Key(IConfigStore config,
java.lang.String certTag) |
static java.lang.String |
ConfigurationUtils.getNickname(IConfigStore config,
java.lang.String certTag) |
static java.lang.String |
CertUtil.getPKCS10(IConfigStore config,
java.lang.String prefix,
Cert certObj,
org.apache.velocity.context.Context context) |
static netscape.security.x509.X509Key |
ConfigurationUtils.getRSAX509Key(IConfigStore config,
java.lang.String certTag) |
static java.util.Vector<java.lang.String> |
ConfigurationUtils.getUrlListFromSecurityDomain(IConfigStore config,
java.lang.String type,
java.lang.String portType) |
static void |
CertUtil.injectSANextensionIntoRequest(IConfigStore config,
IRequest req) |
static boolean |
ConfigurationUtils.isSDHostDomainMaster(IConfigStore config) |
static void |
ConfigurationUtils.loadCert(IConfigStore config,
Cert cert) |
static void |
ConfigurationUtils.loadCertRequest(IConfigStore config,
java.lang.String tag,
Cert cert) |
static void |
ConfigurationUtils.setExternalCACert(java.lang.String certStr,
java.lang.String subsystem,
IConfigStore config,
Cert certObj) |
static void |
ConfigurationUtils.setExternalCACertChain(java.lang.String certChainStr,
java.lang.String subsystem,
IConfigStore config,
Cert certObj) |
static void |
ConfigurationUtils.setSigningAlgorithm(java.lang.String ct,
java.lang.String keyAlgo,
IConfigStore config) |
static void |
ConfigurationUtils.storeKeyPair(IConfigStore config,
java.lang.String tag,
java.security.KeyPair pair) |
static void |
ConfigurationUtils.updateConfig(IConfigStore config,
java.lang.String certTag) |
static boolean |
ConfigurationUtils.updateConfigEntries(java.lang.String hostname,
int port,
boolean https,
java.lang.String servlet,
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> content,
IConfigStore config) |
static void |
CertUtil.updateLocalRequest(IConfigStore config,
java.lang.String certTag,
java.lang.String certReq,
java.lang.String reqType,
java.lang.String subjectName)
update local cert request with the actual request
called from CertRequestPanel.java
|
Modifier and Type | Field and Description |
---|---|
IConfigStore |
SystemConfigService.cs |