Searched defs:cf (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCertPath.java66 private static CertificateFactory cf = null; field in class:AMCertPath
77 cf= CertificateFactory.getInstance("X509");
137 final CertPath cp = (CertPath) cf.generateCertPath(certList);
H A DAMCertStore.java76 protected static CertificateFactory cf = null; field in class:AMCertStore
82 cf = CertificateFactory.getInstance("X.509");
255 c = (X509Certificate) cf.generateCertificate(bis);
/forgerock/openam/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCertPath.java66 private static CertificateFactory cf = null; field in class:AMCertPath
77 cf= CertificateFactory.getInstance("X509");
137 final CertPath cp = (CertPath) cf.generateCertPath(certList);
H A DAMCertStore.java76 protected static CertificateFactory cf = null; field in class:AMCertStore
82 cf = CertificateFactory.getInstance("X.509");
255 c = (X509Certificate) cf.generateCertificate(bis);
/forgerock/openam-v13/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DIdRepoTestBase.java140 private ConnectionFactory cf; field in class:IdRepoTestBase.FakeConnectionFactory
143 cf = Connections.newInternalConnectionFactory(memoryBackend);
147 cf.close();
152 return cf.getConnectionAsync();
157 return cf.getConnection();
/forgerock/openam/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DIdRepoTestBase.java141 private ConnectionFactory cf; field in class:IdRepoTestBase.FakeConnectionFactory
144 cf = Connections.newInternalConnectionFactory(memoryBackend);
148 cf.close();
153 return cf.getConnectionAsync();
158 return cf.getConnection();
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DPlatform.java213 CertificateFactory cf = CertificateFactory.getInstance("X509");
229 trustedCert(alias, cf, ks, inStream);
327 * @param cf
338 private void trustedCert(String alias, CertificateFactory cf, KeyStore ks, argument
348 X509Certificate cert = (X509Certificate) cf.generateCertificate(in);
/forgerock/opendj2/src/server/org/opends/server/util/
H A DPlatform.java222 CertificateFactory cf = CertificateFactory.getInstance("X509");
238 trustedCert(alias, cf, ks, inStream);
336 * @param cf
347 private void trustedCert(String alias, CertificateFactory cf, KeyStore ks, argument
357 X509Certificate cert = (X509Certificate) cf.generateCertificate(in);
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DPlatform.java223 CertificateFactory cf = CertificateFactory.getInstance("X509");
239 trustedCert(alias, cf, ks, inStream);
337 * @param cf
348 private void trustedCert(String alias, CertificateFactory cf, KeyStore ks, argument
358 X509Certificate cert = (X509Certificate) cf.generateCertificate(in);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DPlatform.java213 CertificateFactory cf = CertificateFactory.getInstance("X509");
229 trustedCert(alias, cf, ks, inStream);
327 * @param cf
338 private void trustedCert(String alias, CertificateFactory cf, KeyStore ks, argument
348 X509Certificate cert = (X509Certificate) cf.generateCertificate(in);
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DPlatform.java222 CertificateFactory cf = CertificateFactory.getInstance("X509");
238 trustedCert(alias, cf, ks, inStream);
336 * @param cf
347 private void trustedCert(String alias, CertificateFactory cf, KeyStore ks, argument
357 X509Certificate cert = (X509Certificate) cf.generateCertificate(in);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DAttributeTaskHandler.java67 CommonFactory cf = new CommonFactory(getModule());
68 setCommonFactory(cf);
368 private void setCommonFactory(CommonFactory cf) { argument
369 _commonFactory = cf;
H A DSSOContext.java68 CommonFactory cf = new CommonFactory(getModule());
69 setSSOTokenValidator(cf.newSSOTokenValidator());
70 initCookieResetHelper(cf);
201 private void initCookieResetHelper(CommonFactory cf) throws AgentException { argument
204 setCookieResetHelper(cf.newCookieResetHelper(cookieResetInitializer));
H A DCDSSOContext.java79 CommonFactory cf = new CommonFactory(getModule());
80 initCDCServletURLFailoverHelper(cf);
82 initAuthnResponseHelper(cf);
341 private void initAuthnResponseHelper(CommonFactory cf) throws AgentException argument
345 cf.newLibertyAuthnResponseHelper(
385 private void initCDCServletURLFailoverHelper(CommonFactory cf) argument
394 setCDCServletURLFailoverHelper(cf.newURLFailoverHelper(
H A DAmFilter.java84 CommonFactory cf = new CommonFactory(getModule());
85 setMatcher(cf.newURLPatternMatcher(getFormLoginList()));
86 initLoginURLFailoverHelper(cf);
87 initLogoutURLFailoverHelper(cf);
88 initSSOContext(cf);
438 private void initSSOContext(CommonFactory cf) throws AgentException { argument
474 private void initLoginURLFailoverHelper(CommonFactory cf) argument
484 setLoginURLFailoverHelper(cf.newURLFailoverHelper(
492 private void initLogoutURLFailoverHelper(CommonFactory cf) argument
502 setLogoutURLFailoverHelper(cf
[all...]
H A DWebServiceTaskHandler.java753 private void setCommonFactory(CommonFactory cf) { argument
754 _commonFactory = cf;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DPlatform.java291 CertificateFactory cf = CertificateFactory.getInstance("X509");
308 trustedCert(alias, cf, ks, inStream);
378 private void trustedCert(String alias, CertificateFactory cf, KeyStore ks, argument
388 X509Certificate cert = (X509Certificate) cf.generateCertificate(in);
/forgerock/web-agents-v4/source/
H A Dconfig.c1333 am_config_t *cf = am_parse_config_xml(instance_id, xml, xsz, AM_TRUE); local
1334 if (cf == NULL) {
1340 bc->debug_level = cf->debug_level;
1341 bc->debug = cf->debug;
1342 bc->audit_level = cf->audit_level;
1343 bc->audit = cf->audit;
1344 cf->keepalive_disable = bc->keepalive_disable;
1347 ret = am_create_instance_entry_data(hdr_offset, cf, AM_CONF_REMOTE);
1348 am_config_free(&cf);
/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c1110 the ESC_g code (cf \k). */
1198 be octal 123 (cf \0123, which is octal 012 followed by the literal 3). If
7732 pcre_uint32 cf; local
7748 cf = ptr[1];
7749 if (cf != CHAR_PLUS && cf != CHAR_MINUS && !IS_DIGIT(cf))
7755 /* Signed or unsigned number (cf = ptr[1]) is known to be plus or minus
/forgerock/authenticator-android-v2/app/libs/
H A Dpicasso-2.4.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...

Completed in 125 milliseconds