public class CheckServerTrustedCertificateExceptionResult extends Object
Constructor and Description |
---|
CheckServerTrustedCertificateExceptionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
isPermanent() |
boolean |
isTrusted() |
CheckServerTrustedCertificateExceptionResult |
permanent(boolean permanent) |
void |
setPermanent(boolean permanent) |
void |
setTrusted(boolean trusted) |
CheckServerTrustedCertificateExceptionResult |
trusted(boolean trusted) |
public CheckServerTrustedCertificateExceptionResult()
public boolean isTrusted()
public void setTrusted(boolean trusted)
public CheckServerTrustedCertificateExceptionResult trusted(boolean trusted)
public boolean isPermanent()
public void setPermanent(boolean permanent)
public CheckServerTrustedCertificateExceptionResult permanent(boolean permanent)
Copyright © 2013-2014. All Rights Reserved.