Home
last modified time | relevance | path

Searched defs:asBytes (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
DHashCode.java78 public abstract byte[] asBytes(); in asBytes() method in HashCode
136 public byte[] asBytes() { in asBytes() method in HashCode.IntHashCode
196 public byte[] asBytes() { in asBytes() method in HashCode.LongHashCode
270 public byte[] asBytes() { in asBytes() method in HashCode.BytesHashCode
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8Test.java174 private static ByteString asBytes(String s) { in asBytes() method in IsValidUtf8Test
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/gcm/
DGCMUtil.java36 public static byte[] asBytes(int[] x) in asBytes() method in GCMUtil
43 public static void asBytes(int[] x, byte[] z) in asBytes() method in GCMUtil
48 public static byte[] asBytes(long[] x) in asBytes() method in GCMUtil
55 public static void asBytes(long[] x, byte[] z) in asBytes() method in GCMUtil
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
DGCMUtil.java32 public static byte[] asBytes(int[] x) in asBytes() method in GCMUtil
39 public static void asBytes(int[] x, byte[] z) in asBytes() method in GCMUtil
44 public static byte[] asBytes(long[] x) in asBytes() method in GCMUtil
51 public static void asBytes(long[] x, byte[] z) in asBytes() method in GCMUtil
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DGeneratedMessageLite.java1164 private final byte[] asBytes; field in GeneratedMessageLite.SerializedForm