org.mozilla.jss.crypto
public interface InternalCertificate extends X509Certificate
Field Summary | |
---|---|
static int | TRUSTED_CA |
static int | TRUSTED_CLIENT_CA |
static int | TRUSTED_PEER |
static int | USER |
static int | VALID_CA |
static int | VALID_PEER |
Method Summary | |
---|---|
abstract int | getEmailTrust()
Get the email (S/MIME) trust flags for this certificate.
|
abstract int | getObjectSigningTrust()
Get the object signing trust flags for this certificate.
|
abstract int | getSSLTrust()
Get the SSL trust flags for this certificate.
|
abstract void | setEmailTrust(int trust)
Set the email (S/MIME) trust flags for this certificate.
|
abstract void | setObjectSigningTrust(int trust)
Set the object signing trust flags for this certificate.
|
abstract 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.