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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSecmod.java614 TrustAttributes(Token token, X509Certificate cert, Bytes bytes, long trustValue) { argument
623 new CK_ATTRIBUTE(CKA_NETSCAPE_TRUST_SERVER_AUTH, trustValue),
624 new CK_ATTRIBUTE(CKA_NETSCAPE_TRUST_CODE_SIGNING, trustValue),
625 new CK_ATTRIBUTE(CKA_NETSCAPE_TRUST_EMAIL_PROTECTION, trustValue),
626 new CK_ATTRIBUTE(CKA_NETSCAPE_TRUST_CLIENT_AUTH, trustValue),
635 clientAuth = trustValue;
636 serverAuth = trustValue;
637 codeSigning = trustValue;
638 emailProtection = trustValue;

Completed in 57 milliseconds