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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DJceSecurity.java60 private final static Map verificationResults = new IdentityHashMap(); field in class:JceSecurity
173 Object o = verificationResults.get(p);
189 verificationResults.put(p, PROVIDER_VERIFIED);
192 verificationResults.put(p, e);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DManifest.java69 /** Field verificationResults[] */
70 private boolean verificationResults[] = null; field in class:Manifest
306 this.verificationResults =
412 if (this.verificationResults == null) {
413 this.verificationResults = new boolean[this.getLength()];
416 this.verificationResults[index] = verify;
440 if (this.verificationResults == null) {
448 return this.verificationResults[index];

Completed in 1502 milliseconds