Searched refs:USE_SHA256 (Results 1 - 2 of 2) sorted by relevance

/build/make/tools/signapk/src/com/android/signapk/
H A DSignApk.java130 private static final int USE_SHA256 = 2; field in class:SignApk
133 * Returns the digest algorithm ID (one of {@code USE_SHA1} or {@code USE_SHA256}) to be used
143 return USE_SHA256;
153 * provided digest algorithm (see {@code USE_SHA1} and {@code USE_SHA256} constants).
162 case USE_SHA256:
/build/tools/signapk/src/com/android/signapk/
H A DSignApk.java130 private static final int USE_SHA256 = 2; field in class:SignApk
133 * Returns the digest algorithm ID (one of {@code USE_SHA1} or {@code USE_SHA256}) to be used
143 return USE_SHA256;
153 * provided digest algorithm (see {@code USE_SHA1} and {@code USE_SHA256} constants).
162 case USE_SHA256:

Completed in 89 milliseconds