Searched defs:validity (Results 1 - 17 of 17) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DCertificateManager.java260 * @param validity The length of time in days that the certificate should
265 *@throws IllegalArgumentException If the validity parameter is not a
270 int validity)
274 if (validity <= 0) {
275 Message msg = ERR_CERTMGR_VALIDITY.get(validity);
284 keyStorePath, alias, password, subjectDN, validity);
269 generateSelfSignedCertificate(String alias, String subjectDN, int validity) argument
H A DPlatform.java96 // Time values used in validity calculations.
251 * and validity period. If the keystore does not exist, create it using the
267 * @param validity
268 * The validity of the certificate in days.
275 int validity) throws KeyStoreException
302 int days = validity * SEC_IN_DAY;
511 * validity period. If the keystore does not exist, it will be created using
527 * @param validity
528 * The validity of the certificate in days.
533 String ksPath, String alias, char[] pwd, String dn, int validity)
273 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
532 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DCertificateManager.java259 * @param validity The length of time in days that the certificate should
264 *@throws IllegalArgumentException If the validity parameter is not a
269 int validity)
273 if (validity <= 0) {
274 Message msg = ERR_CERTMGR_VALIDITY.get(validity);
283 keyStorePath, alias, password, subjectDN, validity);
268 generateSelfSignedCertificate(String alias, String subjectDN, int validity) argument
H A DPlatform.java96 // Time values used in validity calculations.
260 * and validity period. If the keystore does not exist, create it using the
276 * @param validity
277 * The validity of the certificate in days.
284 int validity) throws KeyStoreException
311 int days = validity * SEC_IN_DAY;
520 * validity period. If the keystore does not exist, it will be created using
536 * @param validity
537 * The validity of the certificate in days.
542 String ksPath, String alias, char[] pwd, String dn, int validity)
282 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
541 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DCertificateManager.java260 * @param validity The length of time in days that the certificate should
265 *@throws IllegalArgumentException If the validity parameter is not a
270 int validity)
274 if (validity <= 0) {
275 Message msg = ERR_CERTMGR_VALIDITY.get(validity);
284 keyStorePath, alias, password, subjectDN, validity);
269 generateSelfSignedCertificate(String alias, String subjectDN, int validity) argument
H A DPlatform.java97 // Time values used in validity calculations.
261 * and validity period. If the keystore does not exist, create it using the
277 * @param validity
278 * The validity of the certificate in days.
285 int validity) throws KeyStoreException
312 int days = validity * SEC_IN_DAY;
521 * validity period. If the keystore does not exist, it will be created using
537 * @param validity
538 * The validity of the certificate in days.
543 String ksPath, String alias, char[] pwd, String dn, int validity)
283 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
542 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DCertificateManager.java260 * @param validity The length of time in days that the certificate should
265 *@throws IllegalArgumentException If the validity parameter is not a
270 int validity)
274 if (validity <= 0) {
275 Message msg = ERR_CERTMGR_VALIDITY.get(validity);
284 keyStorePath, alias, password, subjectDN, validity);
269 generateSelfSignedCertificate(String alias, String subjectDN, int validity) argument
H A DPlatform.java96 // Time values used in validity calculations.
251 * and validity period. If the keystore does not exist, create it using the
267 * @param validity
268 * The validity of the certificate in days.
275 int validity) throws KeyStoreException
302 int days = validity * SEC_IN_DAY;
511 * validity period. If the keystore does not exist, it will be created using
527 * @param validity
528 * The validity of the certificate in days.
533 String ksPath, String alias, char[] pwd, String dn, int validity)
273 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
532 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DCertificateManager.java259 * @param validity The length of time in days that the certificate should
264 *@throws IllegalArgumentException If the validity parameter is not a
269 int validity)
273 if (validity <= 0) {
274 Message msg = ERR_CERTMGR_VALIDITY.get(validity);
283 keyStorePath, alias, password, subjectDN, validity);
268 generateSelfSignedCertificate(String alias, String subjectDN, int validity) argument
H A DPlatform.java96 // Time values used in validity calculations.
260 * and validity period. If the keystore does not exist, create it using the
276 * @param validity
277 * The validity of the certificate in days.
284 int validity) throws KeyStoreException
311 int days = validity * SEC_IN_DAY;
520 * validity period. If the keystore does not exist, it will be created using
536 * @param validity
537 * The validity of the certificate in days.
542 String ksPath, String alias, char[] pwd, String dn, int validity)
282 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
541 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DCertificateManager.java259 * @param validity The length of time in days that the certificate should
264 *@throws IllegalArgumentException If the validity parameter is not a
269 int validity)
273 if (validity <= 0) {
274 LocalizableMessage msg = ERR_CERTMGR_VALIDITY.get(validity);
283 keyStorePath, keyType, alias, password, subjectDN, validity);
268 generateSelfSignedCertificate(KeyType keyType, String alias, String subjectDN, int validity) argument
H A DPlatform.java164 /** Time values used in validity calculations. */
330 int validity) throws KeyStoreException
357 final int days = validity * SEC_IN_DAY;
532 * validity period. If the keystore does not exist, it will be created using
550 * @param validity
551 * The validity of the certificate in days.
556 String ksPath, KeyType keyType, String alias, char[] pwd, String dn, int validity)
559 PlatformIMPL.generateSelfSignedCertificate(ks, ksType, ksPath, keyType, alias, pwd, dn, validity);
328 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, KeyType keyType, String alias, char[] pwd, String dn, int validity) argument
555 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, KeyType keyType, String alias, char[] pwd, String dn, int validity) argument
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 303 milliseconds