| Package | qnx.media |
| Class | public class CertificateInfoFlags |
| Inheritance | CertificateInfoFlags Object |
CertificateInfoFlags object represents a flags object.
See also
| Property | Defined By | ||
|---|---|---|---|
| isErrorBCMissing : Boolean
Retrieves the value of the isErrorBCMissing property. | CertificateInfoFlags | ||
| isErrorBCNotCritical : Boolean
Retrieves the value of the isErrorBCNotCritical property. | CertificateInfoFlags | ||
| isErrorBCPathLength : Boolean
Retrieves the value of the isErrorBCPathLength property. | CertificateInfoFlags | ||
| isErrorCertExpiry : Boolean
Retrieves the value of the isErrorCertExpiry property. | CertificateInfoFlags | ||
| isErrorCertRevoked : Boolean
Retrieves the value of the isErrorCertRevoked property. | CertificateInfoFlags | ||
| isErrorConstraints : Boolean
Retrieves the value of the isErrorConstraints property. | CertificateInfoFlags | ||
| isErrorHostMismatch : Boolean
Retrieves the value of the isErrorHostMismatch property. | CertificateInfoFlags | ||
| isErrorInvalidIssuer : Boolean
Retrieves the value of the isErrorInvalidIssuer property. | CertificateInfoFlags | ||
| isErrorInvalidSignature : Boolean
Retrieves the value of the isErrorInvalidSignature property. | CertificateInfoFlags | ||
| isErrorKUInvalid : Boolean
Retrieves the value of the isErrorKUInvalid property. | CertificateInfoFlags | ||
| isErrorKUMissing : Boolean
Retrieves the value of the isErrorKUMissing property. | CertificateInfoFlags | ||
| isErrorNotCA : Boolean
Retrieves the value of the isErrorNotCA property. | CertificateInfoFlags | ||
| isErrorNotTrusted : Boolean
Retrieves the value of the isErrorNotTrusted property. | CertificateInfoFlags | ||
| isErrorUnknownCriticalExt : Boolean
Retrieves the value of the isErrorUnknownCriticalExt property. | CertificateInfoFlags | ||
| Method | Defined By | ||
|---|---|---|---|
CertificateInfoFlags(flagErrorBCNotCritical:Boolean = false, flagErrorBCPathLength:Boolean = false, flagErrorUnknownCriticalExt:Boolean = false, flagErrorCertExpiry:Boolean = false, flagErrorKUMissing:Boolean = false, flagErrorKUInvalid:Boolean = false, flagErrorBCMissing:Boolean = false, flagErrorNotCA:Boolean = false, flagErrorNotTrusted:Boolean = false, flagErrorInvalidSignature:Boolean = false, flagErrorCertRevoked:Boolean = false, flagErrorConstraints:Boolean = false, flagErrorInvalidIssuer:Boolean = false, flagErrorHostMismatch:Boolean = false)
Creates a CertificateInfoFlags object. | CertificateInfoFlags | ||
Clones the CertificateInfoFlags instance. | CertificateInfoFlags | ||
toString():String
Returns a string that contains all the properties of the CertificateInfoFlags object. | CertificateInfoFlags | ||
| isErrorBCMissing | property |
isErrorBCMissing:BooleanRetrieves the value of the isErrorBCMissing property.
public function get isErrorBCMissing():Boolean public function set isErrorBCMissing(value:Boolean):void| isErrorBCNotCritical | property |
isErrorBCNotCritical:BooleanRetrieves the value of the isErrorBCNotCritical property.
public function get isErrorBCNotCritical():Boolean public function set isErrorBCNotCritical(value:Boolean):void| isErrorBCPathLength | property |
isErrorBCPathLength:BooleanRetrieves the value of the isErrorBCPathLength property.
public function get isErrorBCPathLength():Boolean public function set isErrorBCPathLength(value:Boolean):void| isErrorCertExpiry | property |
isErrorCertExpiry:BooleanRetrieves the value of the isErrorCertExpiry property.
public function get isErrorCertExpiry():Boolean public function set isErrorCertExpiry(value:Boolean):void| isErrorCertRevoked | property |
isErrorCertRevoked:BooleanRetrieves the value of the isErrorCertRevoked property.
public function get isErrorCertRevoked():Boolean public function set isErrorCertRevoked(value:Boolean):void| isErrorConstraints | property |
isErrorConstraints:BooleanRetrieves the value of the isErrorConstraints property.
public function get isErrorConstraints():Boolean public function set isErrorConstraints(value:Boolean):void| isErrorHostMismatch | property |
isErrorHostMismatch:BooleanRetrieves the value of the isErrorHostMismatch property.
public function get isErrorHostMismatch():Boolean public function set isErrorHostMismatch(value:Boolean):void| isErrorInvalidIssuer | property |
isErrorInvalidIssuer:BooleanRetrieves the value of the isErrorInvalidIssuer property.
public function get isErrorInvalidIssuer():Boolean public function set isErrorInvalidIssuer(value:Boolean):void| isErrorInvalidSignature | property |
isErrorInvalidSignature:BooleanRetrieves the value of the isErrorInvalidSignature property.
public function get isErrorInvalidSignature():Boolean public function set isErrorInvalidSignature(value:Boolean):void| isErrorKUInvalid | property |
isErrorKUInvalid:BooleanRetrieves the value of the isErrorKUInvalid property.
public function get isErrorKUInvalid():Boolean public function set isErrorKUInvalid(value:Boolean):void| isErrorKUMissing | property |
isErrorKUMissing:BooleanRetrieves the value of the isErrorKUMissing property.
public function get isErrorKUMissing():Boolean public function set isErrorKUMissing(value:Boolean):void| isErrorNotCA | property |
isErrorNotCA:BooleanRetrieves the value of the isErrorNotCA property.
public function get isErrorNotCA():Boolean public function set isErrorNotCA(value:Boolean):void| isErrorNotTrusted | property |
isErrorNotTrusted:BooleanRetrieves the value of the isErrorNotTrusted property.
public function get isErrorNotTrusted():Boolean public function set isErrorNotTrusted(value:Boolean):void| isErrorUnknownCriticalExt | property |
isErrorUnknownCriticalExt:BooleanRetrieves the value of the isErrorUnknownCriticalExt property.
public function get isErrorUnknownCriticalExt():Boolean public function set isErrorUnknownCriticalExt(value:Boolean):void| CertificateInfoFlags | () | Constructor |
public function CertificateInfoFlags(flagErrorBCNotCritical:Boolean = false, flagErrorBCPathLength:Boolean = false, flagErrorUnknownCriticalExt:Boolean = false, flagErrorCertExpiry:Boolean = false, flagErrorKUMissing:Boolean = false, flagErrorKUInvalid:Boolean = false, flagErrorBCMissing:Boolean = false, flagErrorNotCA:Boolean = false, flagErrorNotTrusted:Boolean = false, flagErrorInvalidSignature:Boolean = false, flagErrorCertRevoked:Boolean = false, flagErrorConstraints:Boolean = false, flagErrorInvalidIssuer:Boolean = false, flagErrorHostMismatch:Boolean = false)
Creates a CertificateInfoFlags object.
flagErrorBCNotCritical:Boolean (default = false) | |
flagErrorBCPathLength:Boolean (default = false) | |
flagErrorUnknownCriticalExt:Boolean (default = false) | |
flagErrorCertExpiry:Boolean (default = false) | |
flagErrorKUMissing:Boolean (default = false) | |
flagErrorKUInvalid:Boolean (default = false) | |
flagErrorBCMissing:Boolean (default = false) | |
flagErrorNotCA:Boolean (default = false) | |
flagErrorNotTrusted:Boolean (default = false) | |
flagErrorInvalidSignature:Boolean (default = false) | |
flagErrorCertRevoked:Boolean (default = false) | |
flagErrorConstraints:Boolean (default = false) | |
flagErrorInvalidIssuer:Boolean (default = false) | |
flagErrorHostMismatch:Boolean (default = false) |
| clone | () | method |
public function clone():CertificateInfoFlags
Clones the CertificateInfoFlags instance.
CertificateInfoFlags |
| toString | () | method |
public function toString():String
Returns a string that contains all the properties of the CertificateInfoFlags object.
String |