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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSecmod.java257 TrustAttributes attr = getModuleTrust(ModuleType.KEYSTORE, bytes);
267 private TrustAttributes getModuleTrust(ModuleType type, Bytes bytes) {
269 TrustAttributes t = (module == null) ? null : module.getTrust(bytes);
373 private Map<Bytes,TrustAttributes> trust;
509 TrustAttributes attr = getTrust(bytes);
511 attr = new TrustAttributes(token, cert, bytes, CKT_NETSCAPE_TRUSTED_DELEGATOR);
522 TrustAttributes getTrust(Bytes hash) {
610 static class TrustAttributes { class in class:Secmod
614 TrustAttributes(Token token, X509Certificate cert, Bytes bytes, long trustValue) { method in class:Secmod.TrustAttributes
645 TrustAttributes(Toke method in class:Secmod.TrustAttributes
[all...]

Completed in 31 milliseconds