Searched refs:wrap (Results 201 - 225 of 579) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java901 return ByteString.wrap(key.toByteArray());
996 return ByteString.wrap(key.toByteArray());
1316 return ByteString.wrap(normalizedBytes);
1583 .getExtensibleIndexID(), ByteString.wrap(lower), ByteString
1584 .wrap(upper), true, false);
1628 .getExtensibleIndexID(), ByteString.wrap(lower),
1629 ByteString.wrap(upper), true, false);
1649 .getExtensibleIndexID(), ByteString.wrap(keyBytes));
1748 return ByteString.wrap(key.toByteArray());
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java902 return ByteString.wrap(key.toByteArray());
997 return ByteString.wrap(key.toByteArray());
1317 return ByteString.wrap(normalizedBytes);
1584 .getExtensibleIndexID(), ByteString.wrap(lower), ByteString
1585 .wrap(upper), true, false);
1629 .getExtensibleIndexID(), ByteString.wrap(lower),
1630 ByteString.wrap(upper), true, false);
1650 .getExtensibleIndexID(), ByteString.wrap(keyBytes));
1749 return ByteString.wrap(key.toByteArray());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java902 return ByteString.wrap(key.toByteArray());
997 return ByteString.wrap(key.toByteArray());
1317 return ByteString.wrap(normalizedBytes);
1584 .getExtensibleIndexID(), ByteString.wrap(lower), ByteString
1585 .wrap(upper), true, false);
1629 .getExtensibleIndexID(), ByteString.wrap(lower),
1630 ByteString.wrap(upper), true, false);
1650 .getExtensibleIndexID(), ByteString.wrap(keyBytes));
1749 return ByteString.wrap(key.toByteArray());
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java901 return ByteString.wrap(key.toByteArray());
996 return ByteString.wrap(key.toByteArray());
1316 return ByteString.wrap(normalizedBytes);
1583 .getExtensibleIndexID(), ByteString.wrap(lower), ByteString
1584 .wrap(upper), true, false);
1628 .getExtensibleIndexID(), ByteString.wrap(lower),
1629 ByteString.wrap(upper), true, false);
1649 .getExtensibleIndexID(), ByteString.wrap(keyBytes));
1748 return ByteString.wrap(key.toByteArray());
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DExportJob.java239 entry = ID2Entry.entryFromDatabase(ByteString.wrap(data.getData()),
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DByteArrayScanner.java63 this.bytes = ByteString.wrap(bytes).asReader();
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DExportJob.java240 entry = ID2Entry.entryFromDatabase(ByteString.wrap(data.getData()),
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DExportJob.java240 entry = ID2Entry.entryFromDatabase(ByteString.wrap(data.getData()),
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DExportJob.java239 entry = ID2Entry.entryFromDatabase(ByteString.wrap(data.getData()),
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DByteArrayScanner.java63 this.bytes = ByteString.wrap(bytes).asReader();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DExportJob.java240 entry = ID2Entry.entryFromDatabase(ByteString.wrap(data.getData()),
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DState.java91 return ByteString.wrap(StaticUtils.getBytes(indexTreeName.toString()));
/forgerock/openam-v13/openam-radius/openam-radius-common/src/test/java/org/forgerock/openam/radius/common/
H A DTestUserPasswordAttribute.java35 System.out.println("on-the-wire attribute sequence: " + Utils.toSpacedHex(ByteBuffer.wrap(data)));
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/test/resources/
H A Dqunit.css141 white-space: pre-wrap;
142 word-wrap: break-word;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DByteArrayScanner.java63 this.bytes = ByteString.wrap(bytes).asReader();
/forgerock/openam/openam-radius/openam-radius-common/src/test/java/org/forgerock/openam/radius/common/
H A DTestUserPasswordAttribute.java35 System.out.println("on-the-wire attribute sequence: " + Utils.toSpacedHex(ByteBuffer.wrap(data)));
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/security/crypto/
H A DAESWrapEncryption.java55 * AES KeyWrap (AESKW) is a NIST/FIPS-approved key-wrap algorithm. PBKDF2 with HMAC-SHA1/SHA256/SHA384/SHA512 is a
117 final byte[] encrypted = cipher.wrap(new SecretKeySpec(pkcs5pad(rawData), "RAW"));
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DCryptPasswordStorageScheme.java151 return ByteString.wrap(digestBytes);
286 ByteString.wrap(crypt.crypt(plaintextPasswordBytes, salt));
H A DExternalSASLMechanismHandler.java261 certificateAttributeType, ByteString.wrap(certBytes));
309 certificateAttributeType, ByteString.wrap(certBytes));
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DLDAPUpdateMsg.java625 ByteString.wrap(in).asReader();
654 ByteString.wrap(in).asReader();
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DCryptPasswordStorageScheme.java149 return ByteString.wrap(digestBytes);
301 ByteString.wrap(crypt.crypt(plaintextPasswordBytes, salt));
H A DExternalSASLMechanismHandler.java256 certificateAttributeType, ByteString.wrap(certBytes));
304 certificateAttributeType, ByteString.wrap(certBytes));
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DCryptPasswordStorageScheme.java151 return ByteString.wrap(digestBytes);
286 ByteString.wrap(crypt.crypt(plaintextPasswordBytes, salt));
H A DExternalSASLMechanismHandler.java257 certificateAttributeType, ByteString.wrap(certBytes));
305 certificateAttributeType, ByteString.wrap(certBytes));
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DLDAPUpdateMsg.java625 ByteString.wrap(in).asReader();
654 ByteString.wrap(in).asReader();

Completed in 94 milliseconds

1234567891011>>