Searched refs:UTF8 (Results 1 - 25 of 42) sorted by relevance

12

/forgerock/openam-v13/openam-tools/openam-license-core/src/test/java/org/forgerock/openam/license/
H A DClasspathLicenseLocatorTest.java34 private static final Charset UTF8 = Charset.forName("UTF-8"); field in class:ClasspathLicenseLocatorTest
51 new ClasspathLicenseLocator(null, UTF8, "a");
56 new ClasspathLicenseLocator(mockClassLoader, UTF8);
62 testLocator = new ClasspathLicenseLocator(mockClassLoader, UTF8, "nosuchfile.txt");
75 testLocator = new ClasspathLicenseLocator(mockClassLoader, UTF8, licenseName);
77 .willReturn(new ByteArrayInputStream(licenseText.getBytes(UTF8)));
/forgerock/openam/openam-tools/openam-license-core/src/test/java/org/forgerock/openam/license/
H A DClasspathLicenseLocatorTest.java34 private static final Charset UTF8 = Charset.forName("UTF-8"); field in class:ClasspathLicenseLocatorTest
51 new ClasspathLicenseLocator(null, UTF8, "a");
56 new ClasspathLicenseLocator(mockClassLoader, UTF8);
62 testLocator = new ClasspathLicenseLocator(mockClassLoader, UTF8, "nosuchfile.txt");
75 testLocator = new ClasspathLicenseLocator(mockClassLoader, UTF8, licenseName);
77 .willReturn(new ByteArrayInputStream(licenseText.getBytes(UTF8)));
/forgerock/openam-v13/openam-tools/openam-license-servlet/src/test/java/org/forgerock/openam/license/
H A DServletContextLicenseLocatorTest.java39 private static final Charset UTF8 = Charset.forName("UTF-8"); field in class:ServletContextLicenseLocatorTest
57 new ServletContextLicenseLocator(null, UTF8, "a");
62 new ServletContextLicenseLocator(mockContext, UTF8);
68 testLocator = new ServletContextLicenseLocator(mockContext, UTF8, "nosuchfile.txt");
81 testLocator = new ServletContextLicenseLocator(mockContext, UTF8, licenseName);
83 .willReturn(new ByteArrayInputStream(licenseText.getBytes(UTF8)));
105 testLocator = new ServletContextLicenseLocator(mockContext, UTF8, licenseName);
107 .willReturn(new ByteArrayInputStream(licenseText.getBytes(UTF8)));
122 testLocator = new ServletContextLicenseLocator(mockContext, UTF8, licenseName);
124 .willReturn(new ByteArrayInputStream(licenseText.getBytes(UTF8)));
[all...]
/forgerock/openam/openam-tools/openam-license-servlet/src/test/java/org/forgerock/openam/license/
H A DServletContextLicenseLocatorTest.java39 private static final Charset UTF8 = Charset.forName("UTF-8"); field in class:ServletContextLicenseLocatorTest
57 new ServletContextLicenseLocator(null, UTF8, "a");
62 new ServletContextLicenseLocator(mockContext, UTF8);
68 testLocator = new ServletContextLicenseLocator(mockContext, UTF8, "nosuchfile.txt");
81 testLocator = new ServletContextLicenseLocator(mockContext, UTF8, licenseName);
83 .willReturn(new ByteArrayInputStream(licenseText.getBytes(UTF8)));
105 testLocator = new ServletContextLicenseLocator(mockContext, UTF8, licenseName);
107 .willReturn(new ByteArrayInputStream(licenseText.getBytes(UTF8)));
122 testLocator = new ServletContextLicenseLocator(mockContext, UTF8, licenseName);
124 .willReturn(new ByteArrayInputStream(licenseText.getBytes(UTF8)));
[all...]
/forgerock/opendj2/src/dsml/org/opends/dsml/protocol/
H A DByteStringUtility.java47 private static final Charset UTF8 = Charset.forName("UTF-8"); field in class:ByteStringUtility
114 CharsetDecoder decoder = UTF8.newDecoder();
/forgerock/opendj-b2.6/src/dsml/org/opends/dsml/protocol/
H A DByteStringUtility.java48 private static final Charset UTF8 = Charset.forName("UTF-8"); field in class:ByteStringUtility
115 CharsetDecoder decoder = UTF8.newDecoder();
/forgerock/opendj2.6.2/src/dsml/org/opends/dsml/protocol/
H A DByteStringUtility.java48 private static final Charset UTF8 = Charset.forName("UTF-8"); field in class:ByteStringUtility
115 CharsetDecoder decoder = UTF8.newDecoder();
/forgerock/opendj2-hg/src/dsml/org/opends/dsml/protocol/
H A DByteStringUtility.java47 private static final Charset UTF8 = Charset.forName("UTF-8"); field in class:ByteStringUtility
114 CharsetDecoder decoder = UTF8.newDecoder();
/forgerock/opendj2-jel-hg/src/dsml/org/opends/dsml/protocol/
H A DByteStringUtility.java48 private static final Charset UTF8 = Charset.forName("UTF-8"); field in class:ByteStringUtility
115 CharsetDecoder decoder = UTF8.newDecoder();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DSaml2Utils.cs66 return Encoding.UTF8.GetString(byteArray);
97 return Convert.ToBase64String(Encoding.UTF8.GetBytes(value));
229 byte[] buffer = Encoding.UTF8.GetBytes(xmlDoc.OuterXml);
370 Encoding.UTF8.GetBytes(queryString.ToString()),
528 byte[] byteArray = Encoding.UTF8.GetBytes(certValue);
745 byte[] dataBuffer = Encoding.UTF8.GetBytes(newQueryString);
H A DIdentityProvider.cs98 byte[] byteArray = Encoding.UTF8.GetBytes(this.EncodedSigningCertificate);
H A DServiceProviderUtility.cs204 byte[] byteArray = Encoding.UTF8.GetBytes(soapMessage);
1157 byte[] byteArray = Encoding.UTF8.GetBytes(soapMessage);
1458 byte[] byteArray = Encoding.UTF8.GetBytes(soapMessage);
2162 idpEntityIdHashed = BitConverter.ToString(sha1.ComputeHash(Encoding.UTF8.GetBytes(idpEntityId)));
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DSaml2Utils.cs66 return Encoding.UTF8.GetString(byteArray);
97 return Convert.ToBase64String(Encoding.UTF8.GetBytes(value));
286 byte[] buffer = Encoding.UTF8.GetBytes(xmlDoc.OuterXml);
428 byte[] toBeSigned = Encoding.UTF8.GetBytes(queryString.ToString());
620 byte[] byteArray = Encoding.UTF8.GetBytes(certValue);
844 byte[] dataBuffer = Encoding.UTF8.GetBytes(newQueryString);
H A DIdentityProvider.cs99 byte[] byteArray = Encoding.UTF8.GetBytes(this.EncodedSigningCertificate);
H A DServiceProviderUtility.cs206 byte[] byteArray = Encoding.UTF8.GetBytes(soapMessage);
1167 byte[] byteArray = Encoding.UTF8.GetBytes(soapMessage);
1472 byte[] byteArray = Encoding.UTF8.GetBytes(soapMessage);
2176 idpEntityIdHashed = BitConverter.ToString(sha1.ComputeHash(Encoding.UTF8.GetBytes(idpEntityId)));
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequest.java505 String data = Base64.encode(requester.getBytes("UTF8"));
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequest.java501 String data = Base64.encode(requester.getBytes("UTF8"));
/forgerock/web-agents-v4/pcre/
H A Dpcre_internal.h1485 #define STRING_UTF8_RIGHTPAR "UTF8)"
/forgerock/opendj2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/authenticator-android-v2/app/libs/
H A Dcore-2.3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jersey/ com/sun/jersey/api/ ...

Completed in 171 milliseconds

12