META

CryptService

Метод и описание Возвращаемый тип
byteToHex ( num: byte) String
checkJWTExpire ( decodedJWT: DecodedJWT) void
decode ( str: String) String
decodeJSONObj ( str: String, clazz: Class) Object
encode ( str: String) String
encode ( str: String, expiresAt: Date) String
encodeHexString ( byteArray: byte[]) String
encodeJSONObj ( obj: Object) String
encodeJSONObj ( obj: Object, validTime: String) String
hMacSha512 ( data: String, secretKey: String) String