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

/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java416 final String keyID = getInstanceKeyID(certificate);
593 * @see #getInstanceKeyID(byte[])
599 String getInstanceKeyID() method in class:CryptoManagerImpl
601 return getInstanceKeyID(
610 * @see #getInstanceKeyID()
620 public static String getInstanceKeyID(byte[] instanceKeyCertificate) method in class:CryptoManagerImpl
652 = getInstanceKeyID(instanceKeyCertificate);
955 final String instanceKeyID = getInstanceKeyID();
1105 symmetricKey, getInstanceKeyID());
1785 trustedCerts.put(getInstanceKeyID(instanceKeyCertificat
[all...]
/forgerock/opendj2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java418 final String keyID = getInstanceKeyID(certificate);
588 * @see #getInstanceKeyID(byte[])
594 String getInstanceKeyID() method in class:CryptoManagerImpl
596 return getInstanceKeyID(
605 * @see #getInstanceKeyID()
615 public static String getInstanceKeyID(byte[] instanceKeyCertificate) method in class:CryptoManagerImpl
647 = getInstanceKeyID(instanceKeyCertificate);
943 final String instanceKeyID = getInstanceKeyID();
1095 symmetricKey, getInstanceKeyID());
1784 trustedCerts.put(getInstanceKeyID(instanceKeyCertificat
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java416 final String keyID = getInstanceKeyID(certificate);
593 * @see #getInstanceKeyID(byte[])
599 String getInstanceKeyID() method in class:CryptoManagerImpl
601 return getInstanceKeyID(
610 * @see #getInstanceKeyID()
620 public static String getInstanceKeyID(byte[] instanceKeyCertificate) method in class:CryptoManagerImpl
652 = getInstanceKeyID(instanceKeyCertificate);
955 final String instanceKeyID = getInstanceKeyID();
1105 symmetricKey, getInstanceKeyID());
1785 trustedCerts.put(getInstanceKeyID(instanceKeyCertificat
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java416 final String keyID = getInstanceKeyID(certificate);
593 * @see #getInstanceKeyID(byte[])
599 String getInstanceKeyID() method in class:CryptoManagerImpl
601 return getInstanceKeyID(
610 * @see #getInstanceKeyID()
620 public static String getInstanceKeyID(byte[] instanceKeyCertificate) method in class:CryptoManagerImpl
652 = getInstanceKeyID(instanceKeyCertificate);
955 final String instanceKeyID = getInstanceKeyID();
1105 symmetricKey, getInstanceKeyID());
1785 trustedCerts.put(getInstanceKeyID(instanceKeyCertificat
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java418 final String keyID = getInstanceKeyID(certificate);
588 * @see #getInstanceKeyID(byte[])
594 String getInstanceKeyID() method in class:CryptoManagerImpl
596 return getInstanceKeyID(
605 * @see #getInstanceKeyID()
615 public static String getInstanceKeyID(byte[] instanceKeyCertificate) method in class:CryptoManagerImpl
647 = getInstanceKeyID(instanceKeyCertificate);
943 final String instanceKeyID = getInstanceKeyID();
1095 symmetricKey, getInstanceKeyID());
1784 trustedCerts.put(getInstanceKeyID(instanceKeyCertificat
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/crypto/
H A DCryptoManagerImpl.java393 final String keyID = getInstanceKeyID(certificate);
533 * @see #getInstanceKeyID(byte[])
539 String getInstanceKeyID() method in class:CryptoManagerImpl
541 return getInstanceKeyID(
550 * @see #getInstanceKeyID()
560 public static String getInstanceKeyID(byte[] instanceKeyCertificate) method in class:CryptoManagerImpl
588 final String instanceKeyID = getInstanceKeyID(instanceKeyCertificate);
824 final String instanceKeyID = getInstanceKeyID();
964 symmetricKey, getInstanceKeyID());
1606 trustedCerts.put(getInstanceKeyID(instanceKeyCertificat
[all...]

Completed in 277 milliseconds