Searched refs:mac (Results 26 - 44 of 44) sorted by relevance

12

/forgerock/opendj2/src/server/org/opends/server/backends/
H A DSchemaBackend.java4532 Mac mac = null;
4545 mac = cryptoManager.getMacEngine(macKeyID);
4690 mac.update(getBytes(commentName));
4768 mac.update(getBytes(baseName + parent));
4794 mac.update(buffer, 0, bytesRead);
4850 macBytes = mac.doFinal();
5037 Mac mac = null;
5051 mac = DirectoryServer.getCryptoManager().getMacEngine(macKeyID);
5231 if (mac != null)
5233 mac
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DSchemaBackend.java4746 Mac mac = null;
4759 mac = cryptoManager.getMacEngine(macKeyID);
4904 mac.update(getBytes(commentName));
4987 mac.update(getBytes(baseName + parent));
5013 mac.update(buffer, 0, bytesRead);
5084 macBytes = mac.doFinal();
5283 Mac mac = null;
5297 mac = DirectoryServer.getCryptoManager().getMacEngine(macKeyID);
5477 if (mac != null)
5479 mac
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DSchemaBackend.java4746 Mac mac = null;
4759 mac = cryptoManager.getMacEngine(macKeyID);
4904 mac.update(getBytes(commentName));
4987 mac.update(getBytes(baseName + parent));
5013 mac.update(buffer, 0, bytesRead);
5084 macBytes = mac.doFinal();
5283 Mac mac = null;
5297 mac = DirectoryServer.getCryptoManager().getMacEngine(macKeyID);
5477 if (mac != null)
5479 mac
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java4532 Mac mac = null;
4545 mac = cryptoManager.getMacEngine(macKeyID);
4690 mac.update(getBytes(commentName));
4768 mac.update(getBytes(baseName + parent));
4794 mac.update(buffer, 0, bytesRead);
4850 macBytes = mac.doFinal();
5037 Mac mac = null;
5051 mac = DirectoryServer.getCryptoManager().getMacEngine(macKeyID);
5231 if (mac != null)
5233 mac
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java4710 Mac mac = null;
4723 mac = cryptoManager.getMacEngine(macKeyID);
4867 mac.update(getBytes(commentName));
4941 mac.update(getBytes(baseName + parent));
4967 mac.update(buffer, 0, bytesRead);
5039 macBytes = mac.doFinal();
5238 Mac mac = null;
5252 mac = DirectoryServer.getCryptoManager().getMacEngine(macKeyID);
5430 if (mac != null)
5432 mac
[all...]
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Doauth-signature-1.1.5-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/jersey/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Doauth-signature-1.1.5-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/jersey/ ...
/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java1252 * Imports a mac key entry from an entry in ADS.
1254 * @param entry The ADS mac key entry to be imported. The
1256 * ds-cfg-mac-key objectclass, or if the key is
2266 * Publish a new mac key by adding an entry into ADS.
2269 * @param keyEntry The mac key to be published.
2303 // Add the mac algorithm name attribute.
2592 Mac mac;
2594 mac = Mac.getInstance(keyEntry.getType());
2607 mac.init(keyEntry.getSecretKey());
2618 return mac;
[all...]
/forgerock/opendj2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java1247 * Imports a mac key entry from an entry in ADS.
1249 * @param entry The ADS mac key entry to be imported. The
1251 * ds-cfg-mac-key objectclass, or if the key is
2265 * Publish a new mac key by adding an entry into ADS.
2268 * @param keyEntry The mac key to be published.
2302 // Add the mac algorithm name attribute.
2591 Mac mac;
2593 mac = Mac.getInstance(keyEntry.getType());
2606 mac.init(keyEntry.getSecretKey());
2617 return mac;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java1252 * Imports a mac key entry from an entry in ADS.
1254 * @param entry The ADS mac key entry to be imported. The
1256 * ds-cfg-mac-key objectclass, or if the key is
2266 * Publish a new mac key by adding an entry into ADS.
2269 * @param keyEntry The mac key to be published.
2303 // Add the mac algorithm name attribute.
2592 Mac mac;
2594 mac = Mac.getInstance(keyEntry.getType());
2607 mac.init(keyEntry.getSecretKey());
2618 return mac;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java1252 * Imports a mac key entry from an entry in ADS.
1254 * @param entry The ADS mac key entry to be imported. The
1256 * ds-cfg-mac-key objectclass, or if the key is
2266 * Publish a new mac key by adding an entry into ADS.
2269 * @param keyEntry The mac key to be published.
2303 // Add the mac algorithm name attribute.
2592 Mac mac;
2594 mac = Mac.getInstance(keyEntry.getType());
2607 mac.init(keyEntry.getSecretKey());
2618 return mac;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java1247 * Imports a mac key entry from an entry in ADS.
1249 * @param entry The ADS mac key entry to be imported. The
1251 * ds-cfg-mac-key objectclass, or if the key is
2265 * Publish a new mac key by adding an entry into ADS.
2268 * @param keyEntry The mac key to be published.
2302 // Add the mac algorithm name attribute.
2591 Mac mac;
2593 mac = Mac.getInstance(keyEntry.getType());
2606 mac.init(keyEntry.getSecretKey());
2617 return mac;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/crypto/
H A DCryptoManagerImpl.java1098 * Imports a mac key entry from an entry in ADS.
1100 * @param entry The ADS mac key entry to be imported. The
1102 * ds-cfg-mac-key objectclass, or if the key is
2078 * Publish a new mac key by adding an entry into ADS.
2081 * @param keyEntry The mac key to be published.
2108 // Add the mac algorithm name attribute.
2381 Mac mac;
2383 mac = Mac.getInstance(keyEntry.getType());
2394 mac.init(keyEntry.getSecretKey());
2403 return mac;
[all...]
/forgerock/opendj2/ext/svnkit/lib/
H A Dtrilead-ssh2-1.0.0-build217.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
H A Dplatform-3.5.2.jar ... platform/ com/sun/jna/platform/dnd/ com/sun/jna/platform/mac/ com/sun/jna/platform/unix/ com/sun/jna/platform/win32 ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dtrilead.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dtrilead.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dtrilead-ssh2-1.0.0-build217.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
H A Dplatform-3.5.2.jar ... platform/ com/sun/jna/platform/dnd/ com/sun/jna/platform/mac/ com/sun/jna/platform/unix/ com/sun/jna/platform/win32 ...

Completed in 177 milliseconds

12