Uses of Class
com.netscape.certsrv.base.EPropertyNotFound
-
-
Uses of EPropertyNotFound in com.netscape.certsrv.base
Methods in com.netscape.certsrv.base that throw EPropertyNotFound Modifier and Type Method 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. -
Uses of EPropertyNotFound in com.netscape.cms.listeners
Methods in com.netscape.cms.listeners that throw EPropertyNotFound Modifier and Type Method Description void
CertificateIssuedListener. init(ISubsystem sub, IConfigStore config)
void
CertificateRevokedListener. init(ISubsystem sub, IConfigStore config)
void
RequestInQListener. init(ISubsystem sub, IConfigStore config)
initializes the listener from the configuration -
Uses of EPropertyNotFound in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin that throw EPropertyNotFound Modifier and Type Method 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)
Constructors in com.netscape.cms.servlet.admin that throw EPropertyNotFound Constructor Description KRAConnectorProcessor(java.util.Locale locale)
-
Uses of EPropertyNotFound in com.netscape.cms.servlet.cert
Constructors in com.netscape.cms.servlet.cert that throw EPropertyNotFound Constructor 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)
-
Uses of EPropertyNotFound in com.netscape.cms.servlet.csadmin
Methods in com.netscape.cms.servlet.csadmin that throw EPropertyNotFound Modifier and Type Method Description static java.security.KeyPair
ConfigurationUtils. createECCKeyPair(org.mozilla.jss.crypto.CryptoToken token, java.lang.String curveName, IConfigStore config, java.lang.String ct)
static X509Key
ConfigurationUtils. getECCX509Key(IConfigStore config, java.lang.String certTag)
static X509Key
ConfigurationUtils. getRSAX509Key(IConfigStore config, java.lang.String certTag)
static void
ConfigurationUtils. getSharedSecret(java.lang.String tksHost, int tksPort, boolean importKey)
static void
ConfigurationUtils. importLDIFS(java.lang.String param, netscape.ldap.LDAPConnection conn)
static void
ConfigurationUtils. importLDIFS(java.lang.String param, netscape.ldap.LDAPConnection conn, boolean suppressErrors)
static boolean
ConfigurationUtils. isAuditSigningCert(java.lang.String name)
static boolean
ConfigurationUtils. isValidCloneURI(java.lang.String domainXML, java.lang.String cloneHost, int clonePort)
static void
ConfigurationUtils. setSigningAlgorithm(java.lang.String ct, java.lang.String keyAlgo, IConfigStore config)
Constructors in com.netscape.cms.servlet.csadmin that throw EPropertyNotFound Constructor Description SecurityDomainProcessor(java.util.Locale locale)
-
Uses of EPropertyNotFound in com.netscape.cms.servlet.processors
Constructors in com.netscape.cms.servlet.processors that throw EPropertyNotFound Constructor Description CAProcessor(java.lang.String id, java.util.Locale locale)
Processor(java.lang.String id, java.util.Locale locale)
-