Searched refs:hexStringToByteArray (Results 1 - 25 of 66) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DHistoricalCsnOrderingMatchingRule.java31 import static org.opends.server.util.StaticUtils.hexStringToByteArray;
145 builder.append(hexStringToByteArray(csn.substring(16, 20)));
146 builder.append(hexStringToByteArray(csn.substring(0, 16)));
147 builder.append(hexStringToByteArray(csn.substring(20, 28)));
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DHistoricalCsnOrderingMatchingRule.java30 import static org.opends.server.util.StaticUtils.hexStringToByteArray;
144 builder.append(hexStringToByteArray(csn.substring(16, 20)));
145 builder.append(hexStringToByteArray(csn.substring(0, 16)));
146 builder.append(hexStringToByteArray(csn.substring(20, 28)));
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DHistoricalCsnOrderingMatchingRule.java31 import static org.opends.server.util.StaticUtils.hexStringToByteArray;
145 builder.append(hexStringToByteArray(csn.substring(16, 20)));
146 builder.append(hexStringToByteArray(csn.substring(0, 16)));
147 builder.append(hexStringToByteArray(csn.substring(20, 28)));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DHistoricalCsnOrderingMatchingRule.java31 import static org.opends.server.util.StaticUtils.hexStringToByteArray;
145 builder.append(hexStringToByteArray(csn.substring(16, 20)));
146 builder.append(hexStringToByteArray(csn.substring(0, 16)));
147 builder.append(hexStringToByteArray(csn.substring(20, 28)));
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DHistoricalCsnOrderingMatchingRule.java30 import static org.opends.server.util.StaticUtils.hexStringToByteArray;
144 builder.append(hexStringToByteArray(csn.substring(16, 20)));
145 builder.append(hexStringToByteArray(csn.substring(0, 16)));
146 builder.append(hexStringToByteArray(csn.substring(20, 28)));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DDefaultHexResourceIDMapper.java149 return SAMLUtils.byteArrayToString(SAMLUtils.hexStringToByteArray(
152 return SAMLUtils.byteArrayToString(SAMLUtils.hexStringToByteArray(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DDefaultHexResourceIDMapper.java149 return SAMLUtils.byteArrayToString(SAMLUtils.hexStringToByteArray(
152 return SAMLUtils.byteArrayToString(SAMLUtils.hexStringToByteArray(
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DHistoricalCsnOrderingMatchingRuleImpl.java100 builder.appendBytes(hexStringToByteArray(csn.substring(16, 20)));
101 builder.appendBytes(hexStringToByteArray(csn.substring(0, 16)));
102 builder.appendBytes(hexStringToByteArray(csn.substring(20, 28)));
/forgerock/openidm-v4/openidm-crypto/src/main/java/org/forgerock/openidm/crypto/impl/
H A DMain.java145 return new String(cipher.doFinal(hexStringToByteArray(s)));
170 private static byte[] hexStringToByteArray(String hex) { method in class:Main
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java871 private static byte[] hexStringToByteArray(String s) method in class:ProtocolCompatibilityTest
933 hexStringToByteArray(encodedString), ProtocolVersion.REPLICATION_PROTOCOL_V3);
959 ServerStartMsg msg = new ServerStartMsg(hexStringToByteArray(oldPdu));
985 ReplServerStartMsg msg = new ReplServerStartMsg(hexStringToByteArray(oldPdu));
1011 AckMsg msg = new AckMsg(hexStringToByteArray(oldPdu));
1041 StartSessionMsg msg = new StartSessionMsg(hexStringToByteArray(pdu),
1137 TopologyMsg msg = new TopologyMsg(hexStringToByteArray(oldPdu),
1367 EntryMsg msg = new EntryMsg(hexStringToByteArray(pduV3),
1388 ErrorMsg msg = new ErrorMsg(hexStringToByteArray(pduV3),
1408 InitializeTargetMsg msg = new InitializeTargetMsg(hexStringToByteArray(pduV
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java792 private static byte[] hexStringToByteArray(String s) method in class:ProtocolCompatibilityTest
851 hexStringToByteArray(encodedString), ProtocolVersion.REPLICATION_PROTOCOL_V3);
877 ServerStartMsg msg = new ServerStartMsg(hexStringToByteArray(oldPdu));
903 ReplServerStartMsg msg = new ReplServerStartMsg(hexStringToByteArray(oldPdu));
926 AckMsg msg = new AckMsg(hexStringToByteArray(oldPdu));
955 StartSessionMsg msg = new StartSessionMsg(hexStringToByteArray(pdu),
1035 TopologyMsg msg = new TopologyMsg(hexStringToByteArray(oldPdu),
1270 EntryMsg msg = new EntryMsg(hexStringToByteArray(pduV3),
1291 ErrorMsg msg = new ErrorMsg(hexStringToByteArray(pduV3),
1311 InitializeTargetMsg msg = new InitializeTargetMsg(hexStringToByteArray(pduV
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java871 private static byte[] hexStringToByteArray(String s) method in class:ProtocolCompatibilityTest
933 hexStringToByteArray(encodedString), ProtocolVersion.REPLICATION_PROTOCOL_V3);
959 ServerStartMsg msg = new ServerStartMsg(hexStringToByteArray(oldPdu));
985 ReplServerStartMsg msg = new ReplServerStartMsg(hexStringToByteArray(oldPdu));
1011 AckMsg msg = new AckMsg(hexStringToByteArray(oldPdu));
1041 StartSessionMsg msg = new StartSessionMsg(hexStringToByteArray(pdu),
1137 TopologyMsg msg = new TopologyMsg(hexStringToByteArray(oldPdu),
1367 EntryMsg msg = new EntryMsg(hexStringToByteArray(pduV3),
1388 ErrorMsg msg = new ErrorMsg(hexStringToByteArray(pduV3),
1408 InitializeTargetMsg msg = new InitializeTargetMsg(hexStringToByteArray(pduV
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java792 private static byte[] hexStringToByteArray(String s) method in class:ProtocolCompatibilityTest
851 hexStringToByteArray(encodedString), ProtocolVersion.REPLICATION_PROTOCOL_V3);
877 ServerStartMsg msg = new ServerStartMsg(hexStringToByteArray(oldPdu));
903 ReplServerStartMsg msg = new ReplServerStartMsg(hexStringToByteArray(oldPdu));
926 AckMsg msg = new AckMsg(hexStringToByteArray(oldPdu));
955 StartSessionMsg msg = new StartSessionMsg(hexStringToByteArray(pdu),
1035 TopologyMsg msg = new TopologyMsg(hexStringToByteArray(oldPdu),
1270 EntryMsg msg = new EntryMsg(hexStringToByteArray(pduV3),
1291 ErrorMsg msg = new ErrorMsg(hexStringToByteArray(pduV3),
1311 InitializeTargetMsg msg = new InitializeTargetMsg(hexStringToByteArray(pduV
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java871 private static byte[] hexStringToByteArray(String s) method in class:ProtocolCompatibilityTest
933 hexStringToByteArray(encodedString), ProtocolVersion.REPLICATION_PROTOCOL_V3);
959 ServerStartMsg msg = new ServerStartMsg(hexStringToByteArray(oldPdu));
985 ReplServerStartMsg msg = new ReplServerStartMsg(hexStringToByteArray(oldPdu));
1011 AckMsg msg = new AckMsg(hexStringToByteArray(oldPdu));
1041 StartSessionMsg msg = new StartSessionMsg(hexStringToByteArray(pdu),
1137 TopologyMsg msg = new TopologyMsg(hexStringToByteArray(oldPdu),
1367 EntryMsg msg = new EntryMsg(hexStringToByteArray(pduV3),
1388 ErrorMsg msg = new ErrorMsg(hexStringToByteArray(pduV3),
1408 InitializeTargetMsg msg = new InitializeTargetMsg(hexStringToByteArray(pduV
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java796 private static byte[] hexStringToByteArray(String s) method in class:ProtocolCompatibilityTest
855 hexStringToByteArray(encodedString), ProtocolVersion.REPLICATION_PROTOCOL_V3);
881 ServerStartMsg msg = new ServerStartMsg(hexStringToByteArray(oldPdu));
907 ReplServerStartMsg msg = new ReplServerStartMsg(hexStringToByteArray(oldPdu));
930 AckMsg msg = new AckMsg(hexStringToByteArray(oldPdu));
959 StartSessionMsg msg = new StartSessionMsg(hexStringToByteArray(pdu),
1039 TopologyMsg msg = new TopologyMsg(hexStringToByteArray(oldPdu),
1274 EntryMsg msg = new EntryMsg(hexStringToByteArray(pduV3),
1295 ErrorMsg msg = new ErrorMsg(hexStringToByteArray(pduV3),
1315 InitializeTargetMsg msg = new InitializeTargetMsg(hexStringToByteArray(pduV
[all...]
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternDN.java35 import static org.opends.server.util.StaticUtils.hexStringToByteArray;
1198 byte[] bytes = hexStringToByteArray(hexString.toString());
1442 byte[] hexBytes = hexStringToByteArray(hexChars.toString());
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DPatternDN.java36 import static org.opends.server.util.StaticUtils.hexStringToByteArray;
1199 byte[] bytes = hexStringToByteArray(hexString.toString());
1443 byte[] hexBytes = hexStringToByteArray(hexChars.toString());
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternDN.java36 import static org.opends.server.util.StaticUtils.hexStringToByteArray;
1199 byte[] bytes = hexStringToByteArray(hexString.toString());
1443 byte[] hexBytes = hexStringToByteArray(hexChars.toString());
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternDN.java35 import static org.opends.server.util.StaticUtils.hexStringToByteArray;
1198 byte[] bytes = hexStringToByteArray(hexString.toString());
1442 byte[] hexBytes = hexStringToByteArray(hexChars.toString());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternDN.java36 import static org.opends.server.util.StaticUtils.hexStringToByteArray;
1199 byte[] bytes = hexStringToByteArray(hexString.toString());
1443 byte[] hexBytes = hexStringToByteArray(hexChars.toString());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DPatternDN.java1177 byte[] bytes = hexStringToByteArray(hexString.toString());
1415 byte[] hexBytes = hexStringToByteArray(hexChars.toString());
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2SDKUtils.java441 byte[] bytes = hexStringToByteArray(norm);
540 public static byte[] hexStringToByteArray(String hexString) { method in class:SAML2SDKUtils
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2SDKUtils.java441 byte[] bytes = hexStringToByteArray(norm);
540 public static byte[] hexStringToByteArray(String hexString) { method in class:SAML2SDKUtils
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DDN.java2171 return ByteString.wrap(hexStringToByteArray(
2394 hexStringToByteArray(hexString.toString()));
2639 byte[] hexBytes = hexStringToByteArray(hexChars.toString());
/forgerock/opendj2/src/server/org/opends/server/types/
H A DDN.java2168 return ByteString.wrap(hexStringToByteArray(
2391 hexStringToByteArray(hexString.toString()));
2636 byte[] hexBytes = hexStringToByteArray(hexChars.toString());

Completed in 189 milliseconds

123