Searched refs:HASHING_ALGORITHM_SHA256 (Results 1 – 3 of 3) sorted by relevance
248 if (hashAlgorithm == V4Signature.HASHING_ALGORITHM_SHA256) { in convertToContentDigestType()
42 public static final int HASHING_ALGORITHM_SHA256 = 1; field in V4Signature
512 if (hashingInfo.hashAlgorithm != V4Signature.HASHING_ALGORITHM_SHA256) { in validateV4Signature()