- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getAlgorithm (0.06 seconds)
-
android/guava/src/com/google/common/hash/MessageDigestHashFunction.java
} catch (CloneNotSupportedException e) { // falls through } } return new MessageDigestHasher(getMessageDigest(prototype.getAlgorithm()), bytes); } private static final class SerializedForm implements Serializable { private final String algorithmName; private final int bytes; private final String toString;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Feb 13 17:34:21 GMT 2025 - 4.9K bytes - Click Count (0) -
guava/src/com/google/common/hash/MessageDigestHashFunction.java
} catch (CloneNotSupportedException e) { // falls through } } return new MessageDigestHasher(getMessageDigest(prototype.getAlgorithm()), bytes); } private static final class SerializedForm implements Serializable { private final String algorithmName; private final int bytes; private final String toString;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Feb 13 17:34:21 GMT 2025 - 4.9K bytes - Click Count (0) -
guava/src/com/google/common/hash/MacHashFunction.java
try { return new MacHasher((Mac) prototype.clone()); } catch (CloneNotSupportedException e) { // falls through } } return new MacHasher(getMac(prototype.getAlgorithm(), key)); } @Override public String toString() { return toString; } /** Hasher that updates a {@link Mac} (message authentication code). */Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 03:10:51 GMT 2024 - 3.6K bytes - Click Count (0)