public class CoreSecurityUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PASSPHRASE |
static String |
ENV_KEY_PASSPHRASE |
| Constructor and Description |
|---|
CoreSecurityUtils() |
| Modifier and Type | Method and Description |
|---|---|
static char[] |
defaultDecryptChars(char[] data,
String passphrase,
net.thevpc.nuts.NutsSession session) |
static char[] |
defaultEncryptChars(char[] data,
String passphrase,
net.thevpc.nuts.NutsSession session) |
static char[] |
defaultHashChars(char[] data,
String passphrase,
net.thevpc.nuts.NutsSession session) |
public static final String ENV_KEY_PASSPHRASE
public static final String DEFAULT_PASSPHRASE
public static char[] defaultDecryptChars(char[] data,
String passphrase,
net.thevpc.nuts.NutsSession session)
public static char[] defaultEncryptChars(char[] data,
String passphrase,
net.thevpc.nuts.NutsSession session)
public static char[] defaultHashChars(char[] data,
String passphrase,
net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.