Pacoteflash.security
Classepublic final class SignerTrustSettings
HerançaSignerTrustSettings Inheritance Object



Propriedades Públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Métodos Públicos
 MétodoDefinido por
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constantes públicas
 ConstanteDefinido por
  CODE_SIGNING : String = "codeSigning"
[static] Signer is trusted for code signing.
SignerTrustSettings
  PLAYLIST_SIGNING : String = "playlistSigning"
[static] Signer is trusted for signing playlists.
SignerTrustSettings
  SIGNING : String = "signing"
[static] The signer is trusted for signing in general
SignerTrustSettings
Detalhes da constante
CODE_SIGNINGConstante
public static const CODE_SIGNING:String = "codeSigning"

Signer is trusted for code signing. This implies that it chains to a trusted root, the root is trusted for code signing, and the signer cert has the CodeSigning OID in its Extended Key Usage extension.

PLAYLIST_SIGNINGConstante 
public static const PLAYLIST_SIGNING:String = "playlistSigning"

Signer is trusted for signing playlists. This implies that it chains to a trusted root and the signer cert has the playlist signing OID in its Extended Key Usage extension. wie: This is really for AMP's use, should we even document it and declare it here?

SIGNINGConstante 
public static const SIGNING:String = "signing"

The signer is trusted for signing in general