public final class SecureCharsets extends Object
| Modifier and Type | Method and Description |
|---|---|
static char[] |
secureDecode(byte[] ba,
Charset cs)
Decodes the ba and fills it with zeros.
|
static byte[] |
secureEncode(char[] ca,
Charset charset)
Encodes the ca and fills it with zeros.
|
public static char[] secureDecode(byte[] ba,
Charset cs)
public static byte[] secureEncode(char[] ca,
Charset charset)
Copyright © 2018 Arno Unkrig. All rights reserved.