|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.win32.ie.event.SecurityProblem
public class SecurityProblem
Provides information about a security problem.
Constructor Summary | |
---|---|
SecurityProblem(long problem)
Constructs a new SecurityProblem instance according
to the input problem flag value. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
boolean |
isAuthenticationRequired()
The server is requesting client authentication. |
boolean |
isConfirmationRequired()
The redirection requires user confirmation. |
boolean |
isInvalidCertificate()
Indicates that the function is unfamiliar with the Certificate Authority that generated the server's certificate. |
boolean |
isInvalidCertificateDate()
Indicates that SSL certificate date that was received from the server is bad. |
boolean |
isInvalidCertificateName()
Indicates that SSL certificate common name (host name field) is incorrect. |
boolean |
isMovingFromHttpsToHttp()
Indicates that the application is moving from an SSL to an non-SSL connection because of a redirect. |
boolean |
isMovingFromHttpToHttps()
Indicates that the application is moving from a non-SSL to an SSL connection because of a redirect. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SecurityProblem(long problem)
SecurityProblem
instance according
to the input problem flag value.
problem
- a flag value that describes a problem type. Should be
one of the following values:InternetError.ERROR_INTERNET_INVALID_CA
InternetError.ERROR_INTERNET_SEC_CERT_CN_INVALID
InternetError.ERROR_INTERNET_SEC_CERT_DATE_INVALID
InternetError.ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR
InternetError.ERROR_INTERNET_HTTPS_TO_HTTP_ON_REDIR
InternetError.ERROR_HTTP_REDIRECT_NEEDS_CONFIRMATION
InternetError.ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED
Method Detail |
---|
public boolean isInvalidCertificate()
true
if a certificate is invalid.public boolean isInvalidCertificateName()
true
if a certificate name is invalid.public boolean isInvalidCertificateDate()
true
if a certificate date is expired.public boolean isMovingFromHttpToHttps()
true
if application is moving from a non-SSL
to an SSL connection because of a redirect.public boolean isMovingFromHttpsToHttp()
true
if application is moving from an SSL to
an non-SSL connection because of a redirect.public boolean isConfirmationRequired()
true
if redirection requires user confirmation.public boolean isAuthenticationRequired()
true
if server is requesting client authentication.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |