HomeSort by relevance Sort by last modified time
    Searched defs:keyBytes (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
X509PublicKey.java 25 private final byte[] keyBytes;
27 public X509PublicKey(String algorithm, byte[] encoded, byte[] keyBytes) {
30 this.keyBytes = keyBytes;
51 // buf.append(Arrays.toString(keyBytes));
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherInputStreamTest.java 32 private final byte[] keyBytes = { 127, -2, -95, -39, 35, 118, 121, -92 };
38 key = new SecretKeySpec(keyBytes, "DES");
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosKeyTest.java 43 private final byte[] keyBytes = new byte[] { 0x00, 0x01, 0x02, 0x03, 0x04,
53 assertNull(new KerberosKey(null, keyBytes, 0, 0).getPrincipal());
55 // NPE for null keyBytes parameter
63 KerberosKey key = new KerberosKey(principal, keyBytes, 1, 123);
71 key = new KerberosKey(principal, keyBytes, 0, 0);
121 KerberosKey key = new KerberosKey(principal, keyBytes, 1, 123);
124 assertTrue("encoded", Arrays.equals(keyBytes, keyBytes1));
127 assertNotSame("keyBytes immutability 1 ", keyBytes, keyBytes1);
128 assertNotSame("keyBytes immutability 2 ", keyBytes1, key.getEncoded())
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
X509KeyManagerTest.java 108 byte[] keyBytes = new byte[] {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 69 unsigned keyBytes;
70 memcpy(&keyBytes, &key.font, sizeof(unsigned));
71 return keyBytes + key.glyph;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 244 milliseconds