类的使用
com.lark.oapi.okio.HashingSink
使用HashingSink的程序包
程序包
说明
-
com.lark.oapi.okio中HashingSink的使用
修饰符和类型方法说明static HashingSinkHashingSink.hmacSha1(Sink sink, ByteString key) Returns a sink that uses the obsolete SHA-1 HMAC algorithm to produce 160-bit hashes.static HashingSinkHashingSink.hmacSha256(Sink sink, ByteString key) Returns a sink that uses the SHA-256 HMAC algorithm to produce 256-bit hashes.static HashingSinkHashingSink.hmacSha512(Sink sink, ByteString key) Returns a sink that uses the SHA-512 HMAC algorithm to produce 512-bit hashes.static HashingSinkReturns a sink that uses the obsolete MD5 hash algorithm to produce 128-bit hashes.static HashingSinkReturns a sink that uses the obsolete SHA-1 hash algorithm to produce 160-bit hashes.static HashingSinkReturns a sink that uses the SHA-256 hash algorithm to produce 256-bit hashes.static HashingSinkReturns a sink that uses the SHA-512 hash algorithm to produce 512-bit hashes.