Searched defs:IMPL (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DPlatform.java66 private static final PlatformIMPL IMPL; field in class:Platform
80 IMPL = new DefaultPlatformIMPL();
482 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
504 IMPL.deleteAlias(ks, ksPath, alias, pwd);
536 IMPL.generateSelfSignedCertificate(ks, ksType, ksPath, alias, pwd, dn,
596 IMPL.normalize(buffer);
641 return IMPL.getUsableMemoryForCaching();
/forgerock/opendj2/src/server/org/opends/server/util/
H A DPlatform.java66 private static final PlatformIMPL IMPL; field in class:Platform
80 IMPL = new DefaultPlatformIMPL();
491 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
513 IMPL.deleteAlias(ks, ksPath, alias, pwd);
545 IMPL.generateSelfSignedCertificate(ks, ksType, ksPath, alias, pwd, dn,
605 IMPL.normalize(buffer);
650 return IMPL.getUsableMemoryForCaching();
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DPlatform.java67 private static final PlatformIMPL IMPL; field in class:Platform
81 IMPL = new DefaultPlatformIMPL();
492 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
514 IMPL.deleteAlias(ks, ksPath, alias, pwd);
546 IMPL.generateSelfSignedCertificate(ks, ksType, ksPath, alias, pwd, dn,
606 IMPL.normalize(buffer);
651 return IMPL.getUsableMemoryForCaching();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DPlatform.java66 private static final PlatformIMPL IMPL; field in class:Platform
80 IMPL = new DefaultPlatformIMPL();
482 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
504 IMPL.deleteAlias(ks, ksPath, alias, pwd);
536 IMPL.generateSelfSignedCertificate(ks, ksType, ksPath, alias, pwd, dn,
596 IMPL.normalize(buffer);
641 return IMPL.getUsableMemoryForCaching();
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DPlatform.java66 private static final PlatformIMPL IMPL; field in class:Platform
80 IMPL = new DefaultPlatformIMPL();
491 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
513 IMPL.deleteAlias(ks, ksPath, alias, pwd);
545 IMPL.generateSelfSignedCertificate(ks, ksType, ksPath, alias, pwd, dn,
605 IMPL.normalize(buffer);
650 return IMPL.getUsableMemoryForCaching();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DPlatform.java80 private static final PlatformIMPL IMPL; field in class:Platform
97 IMPL = new DefaultPlatformIMPL();
503 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
525 IMPL.deleteAlias(ks, ksPath, alias, pwd);
611 return IMPL.getUsableMemoryForCaching();

Completed in 264 milliseconds