Searched refs:getBytes (Results 1 - 25 of 973) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/javax/security/auth/kerberos/
H A DKerberosHashEqualsTest.java60 k1 = new KerberosKey(newKP("A"), "pass".getBytes(), 1, 1);
61 k2 = new KerberosKey(newKP("A"), "pass".getBytes(), 1, 1);
77 k1 = new KerberosKey(newKP("A"), "pass".getBytes(), 1, 1);
78 k2 = new KerberosKey(newKP("B"), "pass".getBytes(), 1, 1);
81 k2 = new KerberosKey(newKP("A"), "ssap".getBytes(), 1, 1);
84 k2 = new KerberosKey(newKP("A"), "pass".getBytes(), 2, 1);
87 k2 = new KerberosKey(newKP("A"), "pass".getBytes(), 1, 2);
91 k1 = new KerberosKey(null, "pass".getBytes(), 1, 2);
93 k2 = new KerberosKey(null, "pass".getBytes(), 1, 2);
102 e1 = new EncryptionKey("pass".getBytes(),
[all...]
/openjdk10/jdk/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/monitor/
H A DBufferedMonitoredVm.java47 byte[] getBytes(); method in interface:BufferedMonitoredVm
/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DRowId.java94 byte[] getBytes(); method in interface:RowId
/openjdk10/jdk/test/javax/sql/testng/util/
H A DStubRowId.java30 public byte[] getBytes() { method in class:StubRowId
/openjdk10/jdk/src/jdk.jstatd/share/classes/sun/tools/jstatd/
H A DRemoteVmImpl.java50 public byte[] getBytes() { method in class:RemoteVmImpl
51 return mvm.getBytes();
/openjdk10/jdk/test/sun/security/krb5/config/
H A DInclude.java67 krb5Conf + "base").getBytes()
80 krb5Conf + "f").getBytes());
85 Files.write(f, (krb5Conf + "f").getBytes());
95 krb5Conf + "f").getBytes());
96 Files.write(f2, (krb5Conf + "f2").getBytes());
98 Files.write(df1, (krb5Conf + "df1").getBytes());
99 Files.write(df2, (krb5Conf + "df2").getBytes());
101 Files.write(df3, (krb5Conf + "df3").getBytes());
103 Files.write(ddf, (krb5Conf + "ddf").getBytes());
105 Files.write(df4, (krb5Conf + "df4").getBytes());
[all...]
H A DExtraLines.java43 Files.write(include, includeConf.getBytes());
44 Files.write(base, baseConf.getBytes());
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DSimpleElementValue.java63 return c.getBytes();
74 return c.getBytes();
85 return (byte) c.getBytes();
96 return (char) c.getBytes();
106 return j.getBytes();
116 return f.getBytes();
126 return d.getBytes();
136 return bo.getBytes() != 0;
146 return (short) s.getBytes();
166 return Integer.toString(c.getBytes());
[all...]
/openjdk10/jdk/src/jdk.jstatd/share/classes/sun/jvmstat/monitor/remote/
H A DRemoteVm.java49 byte[] getBytes() throws RemoteException; method in interface:RemoteVm
/openjdk10/jdk/test/java/lang/StringCoding/
H A DEnormous.java32 new String(new char[16777217]).getBytes("ASCII");
/openjdk10/jdk/test/java/net/DatagramPacket/
H A DUnresolved.java37 DatagramPacket packet1 = new DatagramPacket( "Hellooo!".getBytes(), "Hellooo!".length(), remAddr );
/openjdk10/jdk/test/sun/security/provider/MessageDigest/
H A DSHA512.java43 Asserts.assertTrue(Arrays.equals(md.digest("abc".getBytes()),
47 "hijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu").getBytes()),
53 Asserts.assertTrue(Arrays.equals(md.digest("abc".getBytes()),
57 "hijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu").getBytes()),
/openjdk10/langtools/test/jdk/jshell/
H A DTestingInputStream.java33 this.buf = s.getBytes();
/openjdk10/jdk/test/java/security/cert/CertPathBuilder/selfIssued/
H A DStatusLoopDependency.java192 new ByteArrayInputStream(selfSignedCertStr.getBytes());
210 is = new ByteArrayInputStream(targetCertStr.getBytes());
214 is = new ByteArrayInputStream(subCaCertStr.getBytes());
218 is = new ByteArrayInputStream(selfSignedCertStr.getBytes());
222 is = new ByteArrayInputStream(topCrlIssuerCertStr.getBytes());
226 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
231 is = new ByteArrayInputStream(topCrlStr.getBytes());
235 is = new ByteArrayInputStream(subCrlStr.getBytes());
251 is = new ByteArrayInputStream(subCaCertStr.getBytes());
253 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
[all...]
H A DKeyUsageMatters.java186 new ByteArrayInputStream(selfSignedCertStr.getBytes());
204 is = new ByteArrayInputStream(targetCertStr.getBytes());
208 is = new ByteArrayInputStream(subCaCertStr.getBytes());
212 is = new ByteArrayInputStream(selfSignedCertStr.getBytes());
216 is = new ByteArrayInputStream(topCrlIssuerCertStr.getBytes());
220 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
225 is = new ByteArrayInputStream(topCrlStr.getBytes());
229 is = new ByteArrayInputStream(subCrlStr.getBytes());
245 is = new ByteArrayInputStream(subCaCertStr.getBytes());
247 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
[all...]
H A DDisableRevocation.java152 new ByteArrayInputStream(selfSignedCertStr.getBytes());
170 is = new ByteArrayInputStream(targetCertStr.getBytes());
174 is = new ByteArrayInputStream(subCaCertStr.getBytes());
178 is = new ByteArrayInputStream(selfSignedCertStr.getBytes());
182 is = new ByteArrayInputStream(topCrlIssuerCertStr.getBytes());
186 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
202 is = new ByteArrayInputStream(subCaCertStr.getBytes());
204 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
206 is = new ByteArrayInputStream(targetCertStr.getBytes());
231 is = new ByteArrayInputStream(subCaCertStr.getBytes());
[all...]
/openjdk10/jdk/test/sun/nio/cs/
H A DTestSJIS0213.java87 if (!winStr.equals(new String(winStr.getBytes("MS932"), "MS932_0213")))
90 if (!(Arrays.equals(compStr.getBytes("MS932_0213"), compBytes)) ||
94 if (!(Arrays.equals(mixedStr.getBytes("MS932_0213"), mixedBytes)) ||
98 if (!sjisStr.equals(new String(sjisStr.getBytes("SJIS"), "SJIS_0213")))
101 if (!(Arrays.equals(compStr.getBytes("SJIS_0213"), compBytes)) ||
105 if (!(Arrays.equals(mixedStr.getBytes("SJIS_0213"), mixedBytes)) ||
109 if (!(Arrays.equals(mixedCompStr.getBytes("SJIS_0213"), mixedCompBytes)) ||
113 if (!Arrays.equals(new String(unmappableChars).getBytes("SJIS_0213"), unmappableBytes) ||
114 !Arrays.equals(new String(unmappableChars).getBytes("MS932_0213"), unmappableBytes))
/openjdk10/jdk/test/sun/net/www/protocol/http/
H A DUserAgent.java54 w.write("HTTP/1.1 200 OK\r\n".getBytes());
55 w.write("Content-Type: text/plain\r\n".getBytes());
56 w.write("Content-Length: 5\r\n".getBytes());
57 w.write("\r\n".getBytes());
58 w.write("12345\r\n".getBytes());
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/xml/util/
H A DEncodingMap.java62 "x".getBytes(enc);
68 "x".getBytes(aliases[i + 1]);
/openjdk10/jdk/test/java/security/cert/CertPathValidator/indirectCRL/
H A DCircularCRLTwoLevelRevoked.java160 is = new ByteArrayInputStream(targetCertStr.getBytes());
163 is = new ByteArrayInputStream(subCaCertStr.getBytes());
166 is = new ByteArrayInputStream(selfSignedCertStr.getBytes());
182 new ByteArrayInputStream(selfSignedCertStr.getBytes());
199 new ByteArrayInputStream(topCrlStr.getBytes());
203 is = new ByteArrayInputStream(subCrlStr.getBytes());
208 is = new ByteArrayInputStream(topCrlIssuerCertStr.getBytes());
212 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
H A DCircularCRLTwoLevel.java159 is = new ByteArrayInputStream(targetCertStr.getBytes());
162 is = new ByteArrayInputStream(subCaCertStr.getBytes());
165 is = new ByteArrayInputStream(selfSignedCertStr.getBytes());
181 new ByteArrayInputStream(selfSignedCertStr.getBytes());
198 new ByteArrayInputStream(topCrlStr.getBytes());
202 is = new ByteArrayInputStream(subCrlStr.getBytes());
207 is = new ByteArrayInputStream(topCrlIssuerCertStr.getBytes());
211 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
/openjdk10/jdk/src/java.base/share/classes/sun/security/util/
H A DPem.java47 .getBytes(StandardCharsets.ISO_8859_1);
/openjdk10/jdk/test/com/sun/crypto/provider/Mac/
H A DHmacSHA512.java45 mac.update("what do ya want for nothing?".getBytes());
51 mac.update("what do ya want for nothing?".getBytes());
58 mac.update("Hi There".getBytes());
65 mac.update("Hi There".getBytes());
/openjdk10/jdk/test/java/security/cert/CertificateFactory/openssl/
H A DBadFooter.java73 new ByteArrayInputStream(cert.getBytes()));
/openjdk10/jdk/test/java/security/cert/CertificateFactory/
H A DBadX509CertData.java40 InputStream is = new ByteArrayInputStream(data.getBytes("ISO8859_1"));

Completed in 344 milliseconds

1234567891011>>