public class CoreSecurityUtilsV2 extends Object
| Modifier and Type | Field and Description |
|---|---|
static CoreSecurityUtilsV2 |
INSTANCE |
| Constructor and Description |
|---|
CoreSecurityUtilsV2() |
| Modifier and Type | Method and Description |
|---|---|
protected char[] |
decryptChars(char[] base64Data,
String passphrase) |
char[] |
defaultDecryptChars(char[] data,
String passphrase) |
char[] |
defaultEncryptChars(char[] data,
String passphrase) |
char[] |
defaultHashChars(char[] data) |
protected char[] |
encryptChars(char[] plaintext,
String passphrase) |
boolean |
verifyOneWay(char[] candidate,
char[] storedHash) |
public static final CoreSecurityUtilsV2 INSTANCE
public char[] defaultDecryptChars(char[] data,
String passphrase)
public char[] defaultEncryptChars(char[] data,
String passphrase)
public char[] defaultHashChars(char[] data)
protected char[] encryptChars(char[] plaintext,
String passphrase)
protected char[] decryptChars(char[] base64Data,
String passphrase)
public boolean verifyOneWay(char[] candidate,
char[] storedHash)
Copyright © 2026 vpc open source initiative. All rights reserved.