JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.here.platform.data.client.utils
Interface Algorithm
All Known Implementing Classes:
CrcDigestAlgorithm
,
MessageDigestAlgorithm
public interface
Algorithm
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
algorithmName
()
String
digest
()
void
update
(byte[] bytes)
Method Details
algorithmName
String
algorithmName
()
digest
String
digest
()
update
void
update
(byte[] bytes)