public class CoreSecurityUtilsV1 extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
cypherAlgo |
String |
digestAlgo |
static CoreSecurityUtilsV1 |
INSTANCE |
| Constructor and Description |
|---|
CoreSecurityUtilsV1() |
| Modifier and Type | Method and Description |
|---|---|
char[] |
defaultDecryptChars(char[] data,
String passphrase) |
char[] |
defaultEncryptChars(char[] data,
String passphrase) |
char[] |
defaultHashChars(char[] data,
String passphrase) |
CoreSecurityUtilsV1 |
detectBestAlgo() |
public String cypherAlgo
public String digestAlgo
public static final CoreSecurityUtilsV1 INSTANCE
public CoreSecurityUtilsV1 detectBestAlgo()
public char[] defaultDecryptChars(char[] data,
String passphrase)
public char[] defaultEncryptChars(char[] data,
String passphrase)
public char[] defaultHashChars(char[] data,
String passphrase)
Copyright © 2026 vpc open source initiative. All rights reserved.