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