A
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Y
V
- validateRegex(java.lang.String) - function in cn.toutatis.xvoid.toolkit.constant.Regex
- Validate regex 验证正则表达式是否合法
- validateRegex(java.lang.String) - function in cn.toutatis.xvoid.toolkit.validator.Validator
- 验证正则
- Validator - class in cn.toutatis.xvoid.toolkit.validator
- valueOf(java.lang.String) - function in cn.toutatis.xvoid.toolkit.file.FileMagic
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in cn.toutatis.xvoid.toolkit.file.image.PictureQualityDistributionStrategy
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in cn.toutatis.xvoid.toolkit.sys.OSToolkit
- Returns the enum constant of this type with the specified name.
- values() - function in cn.toutatis.xvoid.toolkit.file.FileMagic
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in cn.toutatis.xvoid.toolkit.file.image.PictureQualityDistributionStrategy
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in cn.toutatis.xvoid.toolkit.sys.OSToolkit
- Returns an array containing the constants of this enum type, in the order they're declared.
- verifySHA256withRSA(java.lang.String,java.security.PublicKey,kotlin.ByteArray) - function in cn.toutatis.xvoid.toolkit.digest.DigestToolkit
- 用于验证使用RSA算法和SHA-256哈希算法生成的数字签名
- verifySignature(java.lang.String,java.security.PublicKey,kotlin.ByteArray) - function in cn.toutatis.xvoid.toolkit.digest.DigestToolkitKt