Searched refs:VerifierEntry (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/util/jar/
H A DStrictJarFile.java211 StrictJarVerifier.VerifierEntry entry = verifier.initEntry(ze.getName());
309 private final StrictJarVerifier.VerifierEntry entry;
314 JarFileInputStream(InputStream is, long size, StrictJarVerifier.VerifierEntry e) {
H A DStrictJarVerifier.java88 static class VerifierEntry extends OutputStream { class in class:StrictJarVerifier
100 VerifierEntry(String name, MessageDigest digest, byte[] hash, method in class:StrictJarVerifier.VerifierEntry
183 * stream. This method constructs and returns a new {@link VerifierEntry}
190 * @return a new instance of {@link VerifierEntry} which can be used by
193 VerifierEntry initEntry(String name) {
237 return new VerifierEntry(name, MessageDigest.getInstance(algorithm), hashBytes,
/frameworks/base/
H A Dcompiled-classes-phone4279 android.util.jar.StrictJarVerifier$VerifierEntry

Completed in 97 milliseconds