Home | History | Annotate | Download | only in cms

Lines Matching refs:hashes

74     private Map             hashes;
103 * @param hashes a map of precomputed digests for content indexed by name of hash.
107 Map hashes,
111 this(hashes, CMSUtils.readContentInfo(sigBlock));
174 Map hashes,
178 this.hashes = hashes;
254 if (hashes == null)
260 Object obj = hashes.keySet().iterator().next();
261 byte[] hash = (obj instanceof String) ? (byte[])hashes.get(info.getDigestAlgorithm().getAlgorithm().getId()) : (byte[])hashes.get(info.getDigestAlgorithm().getAlgorithm());