Package com.bytedesk.core.utils


@NonNullApi package com.bytedesk.core.utils
Utility classes package containing helper methods and common functionality
Author:
bytedesk.com
  • Class
    Description
     
    时间常用函数
    File utilities.
    高性能中文拼音转换工具 https://github.com/houbb/pinyin https://mvnrepository.com/artifact/com.github.houbb/pinyin https://github.com/houbb/pinyin/blob/master/src/test/java/com/github/houbb/pinyin/test/util/PinyinHelperTest.java
    文件上传相关工具类 包含文件扩展名提取、文件类型判断、文件名过滤等通用功能
     
     
    JPA Entity Listener 辅助工具类 用于在 Entity Listener 中安全地获取 Spring Bean
     
    返回结果
     
     
    https://github.com/jwtk/jjwt#jws-create-key
     
    Generic handler for optimistic locking retry operations
    密码加密解密工具类 与前端JavaScript实现保持一致的AES加密解密 修复说明: - 统一前后端密钥生成方式,解决 BadPaddingException 问题 - 对于特定盐值 "bytedesk_salt",使用固定密钥 "bytedesk_license"(与前端保持一致) - 对于其他盐值,使用SHA-256哈希生成16字节密钥(128位AES) - 加密算法:AES/ECB/PKCS5Padding
    密码哈希工具类 用于验证前端传来的密码哈希
    https://github.com/google/libphonenumber/ https://www.baeldung.com/java-libphonenumber 基于google的libphonenumber将手机号转成地区及供应商信息
     
    Generic retry callback interface for database operations
    用于在线程间传递敏感词过滤相关的上下文
    转人工关键词检测工具类