Package | flash.security |
Class | public final class RevocationCheckSettings |
Inheritance | RevocationCheckSettings ![]() |
revocationCheckSetting
property of an XMLSignatureValidator object.
See also
Constant | Defined By | ||
---|---|---|---|
![]() [static]
Always check certificate revocation. | RevocationCheckSettings | ||
![]() [static]
Check certificate revocation, if revocation information is available and the revocation status
can be obtained. | RevocationCheckSettings | ||
![]() [static]
Do not check certificate revocation. | RevocationCheckSettings | ||
![]() [static]
Check certificate revocation if the certificate includes revocation information. | RevocationCheckSettings |
![]() | Constant |
public static const ALWAYS_REQUIRED:String = "alwaysRequired"
Always check certificate revocation. Certificates without revocation information are rejected.
![]() | Constant |
public static const BEST_EFFORT:String = "bestEffort"
Check certificate revocation, if revocation information is available and the revocation status can be obtained. If revocation status cannot be positively determined, the certificate is not rejected.
![]() | Constant |
public static const NEVER:String = "never"
Do not check certificate revocation.
![]() | Constant |
public static const REQUIRED_IF_AVAILABLE:String = "requiredIfInfoAvailable"
Check certificate revocation if the certificate includes revocation information. If the information is available, but revocation status cannot be positively determined, the certificate is rejected.