public final class MDSKey extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MDSKey.Builder
Builds
MDSKeys. |
static class |
MDSKey.Splitter
Decodes the keys parts, as specified (int, long, byte[], String)
|
| Constructor and Description |
|---|
MDSKey(byte[] key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getKey() |
int |
hashCode() |
MDSKey.Splitter |
split()
Splits the keys into a
MDSKey.Splitter which exposes the parts that comprise the key. |
public MDSKey(byte[] key)
key - bytearray as constructed by MDSKey.Builderpublic byte[] getKey()
public MDSKey.Splitter split()
MDSKey.Splitter which exposes the parts that comprise the key.Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.