public abstract static class Key.DumpType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Key.DumpType |
BINARY |
static Key.DumpType |
HEX |
static Key.DumpType |
OBFUSCATE |
static Key.DumpType |
TEXT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dumpByteArray(byte[] b) |
(package private) abstract void |
dumpByteArrayInternal(java.lang.StringBuilder sb,
byte[] b) |
java.lang.String |
toString() |
public static final Key.DumpType BINARY
public static final Key.DumpType HEX
public static final Key.DumpType TEXT
public static final Key.DumpType OBFUSCATE
Copyright (c) 2004-2012 Oracle. All rights reserved.