Searched refs:idBytes (Results 1 - 24 of 24) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/api/
H A DCompressedSchema.java118 final byte[] idBytes = new byte[length];
119 reader.get(idBytes);
120 final int id = decodeId(idBytes);
138 ad = loadAttribute(idBytes, attrType.getNameOrOID(), options);
190 final byte[] idBytes = new byte[length];
191 reader.get(idBytes);
192 final int id = decodeId(idBytes);
205 return loadObjectClasses(idBytes, ocMap.values());
259 final byte[] idBytes = encodeId(id);
260 builder.appendBERLength(idBytes
583 decodeId(final byte[] idBytes) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DCompressedSchema.java119 final byte[] idBytes = new byte[length];
120 reader.get(idBytes);
121 final int id = decodeId(idBytes);
139 ad = loadAttribute(idBytes, attrType.getNameOrOID(), options);
191 final byte[] idBytes = new byte[length];
192 reader.get(idBytes);
193 final int id = decodeId(idBytes);
206 return loadObjectClasses(idBytes, ocMap.values());
260 final byte[] idBytes = encodeId(id);
261 builder.appendBERLength(idBytes
584 decodeId(final byte[] idBytes) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DCompressedSchema.java119 final byte[] idBytes = new byte[length];
120 reader.get(idBytes);
121 final int id = decodeId(idBytes);
139 ad = loadAttribute(idBytes, attrType.getNameOrOID(), options);
191 final byte[] idBytes = new byte[length];
192 reader.get(idBytes);
193 final int id = decodeId(idBytes);
206 return loadObjectClasses(idBytes, ocMap.values());
260 final byte[] idBytes = encodeId(id);
261 builder.appendBERLength(idBytes
584 decodeId(final byte[] idBytes) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DCompressedSchema.java118 final byte[] idBytes = new byte[length];
119 reader.get(idBytes);
120 final int id = decodeId(idBytes);
138 ad = loadAttribute(idBytes, attrType.getNameOrOID(), options);
190 final byte[] idBytes = new byte[length];
191 reader.get(idBytes);
192 final int id = decodeId(idBytes);
205 return loadObjectClasses(idBytes, ocMap.values());
259 final byte[] idBytes = encodeId(id);
260 builder.appendBERLength(idBytes
583 decodeId(final byte[] idBytes) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DCompressedSchema.java119 final byte[] idBytes = new byte[length];
120 reader.get(idBytes);
121 final int id = decodeId(idBytes);
139 ad = loadAttribute(idBytes, attrType.getNameOrOID(), options);
191 final byte[] idBytes = new byte[length];
192 reader.get(idBytes);
193 final int id = decodeId(idBytes);
206 return loadObjectClasses(idBytes, ocMap.values());
260 final byte[] idBytes = encodeId(id);
261 builder.appendBERLength(idBytes
584 decodeId(final byte[] idBytes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DCompressedSchema.java93 final byte[] idBytes = new byte[length];
94 reader.readBytes(idBytes);
95 final int id = decodeId(idBytes);
111 ad = loadAttribute(idBytes, attrType.getNameOrOID(), options);
159 final byte[] idBytes = new byte[length];
160 reader.readBytes(idBytes);
161 final int id = decodeId(idBytes);
174 return loadObjectClasses(idBytes, ocMap.values());
225 final byte[] idBytes = encodeId(id);
226 builder.appendBERLength(idBytes
536 decodeId(final byte[] idBytes) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertionArtifact.java136 * @param idBytes the source identifier in the <code>Assertion</code>
140 public FSAssertionArtifact(byte[] idBytes, byte[] handleBytes) argument
142 if ((idBytes == null) || (handleBytes == null)) {
147 if ((idBytes.length != IFSConstants.ART_ID_LENGTH) ||
152 sourceID = SAMLUtils.byteArrayToString(idBytes);
158 raw[2+i] = idBytes[i];
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertionArtifact.java136 * @param idBytes the source identifier in the <code>Assertion</code>
140 public FSAssertionArtifact(byte[] idBytes, byte[] handleBytes) argument
142 if ((idBytes == null) || (handleBytes == null)) {
147 if ((idBytes.length != IFSConstants.ART_ID_LENGTH) ||
152 sourceID = SAMLUtils.byteArrayToString(idBytes);
158 raw[2+i] = idBytes[i];
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAssertionArtifact.java145 byte idBytes[] = null;
148 idBytes = SAMLUtils.stringToByteArray(id);
152 idBytes = id.getBytes();
156 if ((idBytes.length != SAMLConstants.ID_LENGTH) ||
170 raw[2+i] = idBytes[i];
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAssertionArtifact.java145 byte idBytes[] = null;
148 idBytes = SAMLUtils.stringToByteArray(id);
152 idBytes = id.getBytes();
156 if ((idBytes.length != SAMLConstants.ID_LENGTH) ||
170 raw[2+i] = idBytes[i];
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactImpl.java237 byte idBytes[] = null;
240 idBytes = SAML2SDKUtils.stringToByteArray(sourceID);
244 idBytes = sourceID.getBytes();
247 if (idBytes.length != SAML2Constants.ID_LENGTH ||
263 raw[4+i] = idBytes[i];
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactImpl.java237 byte idBytes[] = null;
240 idBytes = SAML2SDKUtils.stringToByteArray(sourceID);
244 idBytes = sourceID.getBytes();
247 if (idBytes.length != SAML2Constants.ID_LENGTH ||
263 raw[4+i] = idBytes[i];
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java276 byte[] idBytes=new byte[24];
278 idBytes[3] = (byte)0xff;
280 idBytes[15] = (byte)1;
282 idBytes[23] = (byte) 0x04;
283 idSet=new EntryIDSet(null, idBytes);
311 byte[] idBytes=new byte[16];
313 idBytes[3] = (byte)0xff;
315 idBytes[15] = (byte)1;
316 idSet=new EntryIDSet(null, idBytes);
320 idBytes[
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java275 byte[] idBytes=new byte[24];
277 idBytes[3] = (byte)0xff;
279 idBytes[15] = (byte)1;
281 idBytes[23] = (byte) 0x04;
282 idSet=new EntryIDSet(null, idBytes);
310 byte[] idBytes=new byte[16];
312 idBytes[3] = (byte)0xff;
314 idBytes[15] = (byte)1;
315 idSet=new EntryIDSet(null, idBytes);
319 idBytes[
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java276 byte[] idBytes=new byte[24];
278 idBytes[3] = (byte)0xff;
280 idBytes[15] = (byte)1;
282 idBytes[23] = (byte) 0x04;
283 idSet=new EntryIDSet(null, idBytes);
311 byte[] idBytes=new byte[16];
313 idBytes[3] = (byte)0xff;
315 idBytes[15] = (byte)1;
316 idSet=new EntryIDSet(null, idBytes);
320 idBytes[
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java275 byte[] idBytes=new byte[24];
277 idBytes[3] = (byte)0xff;
279 idBytes[15] = (byte)1;
281 idBytes[23] = (byte) 0x04;
282 idSet=new EntryIDSet(null, idBytes);
310 byte[] idBytes=new byte[16];
312 idBytes[3] = (byte)0xff;
314 idBytes[15] = (byte)1;
315 idSet=new EntryIDSet(null, idBytes);
319 idBytes[
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java276 byte[] idBytes=new byte[24];
278 idBytes[3] = (byte)0xff;
280 idBytes[15] = (byte)1;
282 idBytes[23] = (byte) 0x04;
283 idSet=new EntryIDSet(null, idBytes);
311 byte[] idBytes=new byte[16];
313 idBytes[3] = (byte)0xff;
315 idBytes[15] = (byte)1;
316 idSet=new EntryIDSet(null, idBytes);
320 idBytes[
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DSortValuesSet.java515 byte[] idBytes =
518 new byte[vBytesLength + idBytes.length];
521 System.arraycopy(idBytes, 0, keyBytes, vBytesLength, idBytes.length);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DSortValuesSet.java516 byte[] idBytes =
519 new byte[vBytesLength + idBytes.length];
522 System.arraycopy(idBytes, 0, keyBytes, vBytesLength, idBytes.length);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DSortValuesSet.java516 byte[] idBytes =
519 new byte[vBytesLength + idBytes.length];
522 System.arraycopy(idBytes, 0, keyBytes, vBytesLength, idBytes.length);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DSortValuesSet.java515 byte[] idBytes =
518 new byte[vBytesLength + idBytes.length];
521 System.arraycopy(idBytes, 0, keyBytes, vBytesLength, idBytes.length);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DSortValuesSet.java516 byte[] idBytes =
519 new byte[vBytesLength + idBytes.length];
522 System.arraycopy(idBytes, 0, keyBytes, vBytesLength, idBytes.length);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLUtils.java295 byte idBytes[] = stringToByteArray(id);
296 // TODO: should we check if idBytes.length == 2 ?
297 if (idBytes.length < bytes.length) {
298 for (int i = 1; i <= idBytes.length; i++) {
299 bytes[bytes.length - i] = idBytes[idBytes.length - i];
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLUtils.java297 byte idBytes[] = stringToByteArray(id);
298 // TODO: should we check if idBytes.length == 2 ?
299 if (idBytes.length < bytes.length) {
300 for (int i = 1; i <= idBytes.length; i++) {
301 bytes[bytes.length - i] = idBytes[idBytes.length - i];

Completed in 117 milliseconds