Searched refs:ALGO_SHA_256 (Results 1 – 2 of 2) sorted by relevance
47 public static final String ALGO_SHA_256 = "SHA-256"; field in BlobHandle50 ALGO_SHA_256147 return create(ALGO_SHA_256, digest, label, expiryTimeMillis, tag); in createWithSha256()
181 public String algorithm = BlobHandle.ALGO_SHA_256;