org.mozilla.jss.pkcs11
public class PK11InternalCert extends PK11Cert implements InternalCertificate
Field Summary | |
---|---|
static int | |
static int | OBJECT_SIGNING |
static int | SSL |
Method Summary | |
---|---|
int | getEmailTrust()
Get the email (S/MIME) trust flags for this certificate.
|
int | getObjectSigningTrust()
Get the object signing trust flags for this certificate.
|
int | getSSLTrust()
Get the SSL trust flags for this certificate.
|
void | setEmailTrust(int trust)
Set the email (S/MIME) trust flags for this certificate.
|
void | setObjectSigningTrust(int trust)
Set the object signing trust flags for this certificate.
|
void | setSSLTrust(int trust)
Set the SSL trust flags for this certificate.
|
Returns: A bitwise OR of the trust flags VALID_PEER, VALID_CA, TRUSTED_CA, USER, and TRUSTED_CLIENT_CA.
Returns: A bitwise OR of the trust flags VALID_PEER, VALID_CA, TRUSTED_CA, USER, and TRUSTED_CLIENT_CA.
Returns: A bitwise OR of the trust flags VALID_PEER, VALID_CA, TRUSTED_CA, USER, and TRUSTED_CLIENT_CA.
Parameters: trust A bitwise OR of the trust flags VALID_PEER, VALID_CA, TRUSTED_CA, USER, and TRUSTED_CLIENT_CA.
Parameters: trust A bitwise OR of the trust flags VALID_PEER, VALID_CA, TRUSTED_CA, USER, and TRUSTED_CLIENT_CA.
Parameters: trust A bitwise OR of the trust flags VALID_PEER, VALID_CA, TRUSTED_CA, USER, and TRUSTED_CLIENT_CA.