| Constante | Definido 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 | ||
| CODE_SIGNING | Constante |
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_SIGNING | Constante |
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?
| SIGNING | Constante |
public static const SIGNING:String = "signing"
The signer is trusted for signing in general