Searched refs:wrap (Results 226 - 250 of 579) sorted by relevance

1234567891011>>

/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DExternalSASLMechanismHandler.java261 certificateAttributeType, ByteString.wrap(certBytes));
309 certificateAttributeType, ByteString.wrap(certBytes));
H A DSASLContext.java622 * The clear byte array to wrap.
626 * The length from the offset of the number of bytes to wrap.
631 byte[] wrap(final byte[] clearBytes, final int offset, final int len) method in class:SASLContext
634 return saslServer.wrap(clearBytes, offset, len);
888 return ByteString.wrap(evalResponse);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DLDAPUpdateMsg.java625 ByteString.wrap(in).asReader();
654 ByteString.wrap(in).asReader();
/forgerock/opendj2-hg/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));
H A DSASLContext.java624 * The clear byte array to wrap.
628 * The length from the offset of the number of bytes to wrap.
633 byte[] wrap(final byte[] clearBytes, final int offset, final int len) method in class:SASLContext
636 return saslServer.wrap(clearBytes, offset, len);
889 return ByteString.wrap(evalResponse);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DCryptPasswordStorageScheme.java150 return ByteString.wrap(digestBytes);
302 ByteString.wrap(crypt.crypt(plaintextPasswordBytes, salt));
H A DSASLContext.java594 * The clear byte array to wrap.
598 * The length from the offset of the number of bytes to wrap.
603 byte[] wrap(final byte[] clearBytes, final int offset, final int len) method in class:SASLContext
606 return saslServer.wrap(clearBytes, offset, len);
846 return ByteString.wrap(evalResponse);
/forgerock/openam/openam-server-only/src/main/webapp/assets/css/
H A Dstyle.css70 white-space: pre-wrap; /* css-3 */
71 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
72 white-space: -pre-wrap; /* Opera 4-6 */
73 white-space: -o-pre-wrap; /* Opera 7 */
74 word-wrap: break-word; /* Internet Explorer 5.5+ */
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSASLContext.java622 * The clear byte array to wrap.
626 * The length from the offset of the number of bytes to wrap.
631 byte[] wrap(final byte[] clearBytes, final int offset, final int len) method in class:SASLContext
634 return saslServer.wrap(clearBytes, offset, len);
888 return ByteString.wrap(evalResponse);
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSASLContext.java624 * The clear byte array to wrap.
628 * The length from the offset of the number of bytes to wrap.
633 byte[] wrap(final byte[] clearBytes, final int offset, final int len) method in class:SASLContext
636 return saslServer.wrap(clearBytes, offset, len);
889 return ByteString.wrap(evalResponse);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1ReaderTestCase.java493 ByteString.wrap(b));
558 assertEquals(bsb2.toByteString(), ByteString.wrap(b));
651 reader.readOctetString().equals(ByteString.wrap(encodedElements));
H A DASN1WriterTestCase.java528 ByteString bs = ByteString.wrap(bsb);
544 ByteString bs = ByteString.wrap(b);
568 ByteString bs = ByteString.wrap(b);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1ReaderTestCase.java492 ByteString.wrap(b));
557 assertEquals(bsb2.toByteString(), ByteString.wrap(b));
650 reader.readOctetString().equals(ByteString.wrap(encodedElements));
H A DASN1WriterTestCase.java527 ByteString bs = ByteString.wrap(bsb);
543 ByteString bs = ByteString.wrap(b);
567 ByteString bs = ByteString.wrap(b);
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSASLContext.java622 * The clear byte array to wrap.
626 * The length from the offset of the number of bytes to wrap.
631 byte[] wrap(final byte[] clearBytes, final int offset, final int len) method in class:SASLContext
634 return saslServer.wrap(clearBytes, offset, len);
888 return ByteString.wrap(evalResponse);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1ReaderTestCase.java493 ByteString.wrap(b));
558 assertEquals(bsb2.toByteString(), ByteString.wrap(b));
651 reader.readOctetString().equals(ByteString.wrap(encodedElements));
H A DASN1WriterTestCase.java528 ByteString bs = ByteString.wrap(bsb);
544 ByteString bs = ByteString.wrap(b);
568 ByteString bs = ByteString.wrap(b);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1ReaderTestCase.java492 ByteString.wrap(b));
557 assertEquals(bsb2.toByteString(), ByteString.wrap(b));
650 reader.readOctetString().equals(ByteString.wrap(encodedElements));
H A DASN1WriterTestCase.java527 ByteString bs = ByteString.wrap(bsb);
543 ByteString bs = ByteString.wrap(b);
567 ByteString bs = ByteString.wrap(b);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1ReaderTestCase.java493 ByteString.wrap(b));
558 assertEquals(bsb2.toByteString(), ByteString.wrap(b));
651 reader.readOctetString().equals(ByteString.wrap(encodedElements));
H A DASN1WriterTestCase.java528 ByteString bs = ByteString.wrap(bsb);
544 ByteString bs = ByteString.wrap(b);
568 ByteString bs = ByteString.wrap(b);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/
H A DASN1ReaderTestCase.java497 ByteString.wrap(b));
540 assertEquals(bsb2.toByteString(), ByteString.wrap(b));
633 reader.readOctetString().equals(ByteString.wrap(encodedElements));
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DSortValuesSet.java676 return ByteString.wrap(valueBytes);
684 return ByteString.wrap(new byte[0]);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DSortValuesSet.java677 return ByteString.wrap(valueBytes);
685 return ByteString.wrap(new byte[0]);

Completed in 157 milliseconds

1234567891011>>