| Package | Description |
|---|---|
| com.google.crypto.tink.subtle |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableByteArray |
ImmutableByteArray.of(byte[] data) |
static ImmutableByteArray |
ImmutableByteArray.of(byte[] data,
int start,
int len)
Wrap an immutable byte array over a slice of a bytearray
|