| Package | qnx.media |
| Class | public class CertificateInfo |
| Inheritance | CertificateInfo Object |
CertificateInfo object represents a certificate for a page in QNXStageWebView.
See also
| Property | Defined By | ||
|---|---|---|---|
| certificatePaths : Vector.<String>
Determines the path to the certificate file. | CertificateInfo | ||
| errorFlags : CertificateInfoFlags
Retrieves the error flags. | CertificateInfo | ||
| rejectedFlags : CertificateInfoFlags
Retrieves the rejected flags. | CertificateInfo | ||
| trustedFlags : CertificateInfoFlags
Retrieves the trusted flags. | CertificateInfo | ||
| Method | Defined By | ||
|---|---|---|---|
CertificateInfo(certPaths:Vector.<String>, errorFlags:CertificateInfoFlags, trustedFlags:CertificateInfoFlags, rejectedFlags:CertificateInfoFlags)
Creates a CertificateInfo object. | CertificateInfo | ||
Clones the CertificateInfo instance. | CertificateInfo | ||
toString():String
Returns a string that contains all the properties of the CertificateInfo object. | CertificateInfo | ||
| certificatePaths | property |
certificatePaths:Vector.<String>Determines the path to the certificate file.
public function get certificatePaths():Vector.<String> public function set certificatePaths(value:Vector.<String>):void| errorFlags | property |
errorFlags:CertificateInfoFlagsRetrieves the error flags.
public function get errorFlags():CertificateInfoFlags public function set errorFlags(value:CertificateInfoFlags):void| rejectedFlags | property |
rejectedFlags:CertificateInfoFlagsRetrieves the rejected flags.
public function get rejectedFlags():CertificateInfoFlags public function set rejectedFlags(value:CertificateInfoFlags):void| trustedFlags | property |
trustedFlags:CertificateInfoFlagsRetrieves the trusted flags.
public function get trustedFlags():CertificateInfoFlags public function set trustedFlags(value:CertificateInfoFlags):void| CertificateInfo | () | Constructor |
public function CertificateInfo(certPaths:Vector.<String>, errorFlags:CertificateInfoFlags, trustedFlags:CertificateInfoFlags, rejectedFlags:CertificateInfoFlags)
Creates a CertificateInfo object.
certPaths:Vector.<String> — Vector of String location of the files
in the certificate chain.
| |
errorFlags:CertificateInfoFlags — qnx.media.CertificateInfoFlags the error flags.
| |
trustedFlags:CertificateInfoFlags — qnx.media.CertificateInfoFlags the trusted flags.
| |
rejectedFlags:CertificateInfoFlags — qnx.media.CertificateInfoFlags the rejected flags.
|
| clone | () | method |
public function clone():CertificateInfo
Clones the CertificateInfo instance. The new CertificateInfo instance contains the
same information as the original instance.
CertificateInfo |
| toString | () | method |
public function toString():String
Returns a string that contains all the properties of the CertificateInfo object.
String |