Searched defs:idBytes (Results 1 - 8 of 8) sorted by relevance

/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/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...]

Completed in 72 milliseconds