- encode(int) - Static method in class cn.felord.callback.PKCS7Encoder
-
获得对明文进行补位填充的字节.
- encode(byte[]) - Static method in class cn.felord.utils.Base64Utils
-
Base64-encode the given byte array.
- encodeHex(byte[]) - Static method in class cn.felord.utils.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(byte[], boolean) - Static method in class cn.felord.utils.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(byte[], char[]) - Static method in class cn.felord.utils.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(byte[], int, int, boolean) - Static method in class cn.felord.utils.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(byte[], int, int, boolean, char[], int) - Static method in class cn.felord.utils.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(byte[], int, int, char[], char[], int) - Static method in class cn.felord.utils.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(ByteBuffer) - Static method in class cn.felord.utils.Hex
-
Converts a byte buffer into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(ByteBuffer, boolean) - Static method in class cn.felord.utils.Hex
-
Converts a byte buffer into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(ByteBuffer, char[]) - Static method in class cn.felord.utils.Hex
-
Converts a byte buffer into an array of characters representing the hexadecimal values of each byte in order.
- encodeHexString(byte[]) - Static method in class cn.felord.utils.Hex
-
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
- encodeHexString(byte[], boolean) - Static method in class cn.felord.utils.Hex
-
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
- encodeHexString(ByteBuffer) - Static method in class cn.felord.utils.Hex
-
Converts a byte buffer into a String representing the hexadecimal values of each byte in order.
- encodeHexString(ByteBuffer, boolean) - Static method in class cn.felord.utils.Hex
-
Converts a byte buffer into a String representing the hexadecimal values of each byte in order.
- encodeToString(byte[]) - Static method in class cn.felord.utils.Base64Utils
-
Base64-encode the given byte array to a String.
- encodeToUrlSafeString(byte[]) - Static method in class cn.felord.utils.Base64Utils
-
Base64-encode the given byte array to a String using the RFC 4648
"URL and Filename Safe Alphabet".
- encodeUrlSafe(byte[]) - Static method in class cn.felord.utils.Base64Utils
-
Base64-encode the given byte array using the RFC 4648
"URL and Filename Safe Alphabet".
- encrypt(String, byte[], String, String) - Method in class cn.felord.callback.AbstractCallbackCrypto
-
对明文进行加密.
- encrypt - Variable in class cn.felord.callback.CallbackXmlResponse
-
- encryptJsonMsg(CallbackSettings, String, String, String) - Method in class cn.felord.callback.AbstractCallbackCrypto
-
将企业微信回复用户的消息加密打包.
- encryptXmlMsg(CallbackSettings, String, String, String) - Method in class cn.felord.callback.AbstractCallbackCrypto
-
Encrypt xml msg string.
- endsWithIgnoreCase(String, String) - Static method in class cn.felord.utils.StringUtils
-
Ends with ignore case boolean.
- equals(Object) - Method in class cn.felord.domain.MiniprogramSession
-
- eventBodyConsumer - Variable in class cn.felord.callback.CallbackAsyncConsumer
-
- executor - Variable in class cn.felord.callback.CallbackAsyncConsumer
-
- extension - Variable in enum cn.felord.domain.FileMediaType
-
- extension(MediaType) - Static method in enum cn.felord.domain.FileMediaType
-
根据MediaType查找FileMediaType
- extension() - Method in enum cn.felord.domain.FileMediaType
-
Extension string.
- EXTENSION_SEPARATOR - Static variable in class cn.felord.utils.StringUtils
-