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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSecmod.java269 TrustAttributes t = (module == null) ? null : module.getTrust(bytes);
509 TrustAttributes attr = getTrust(bytes);
522 TrustAttributes getTrust(Bytes hash) { method in class:Secmod.Module
538 trust = Secmod.getTrust(p);
724 private static Map<Bytes,TrustAttributes> getTrust(SunPKCS11 provider) method in class:Secmod

Completed in 28 milliseconds