| Method | Defined by | ||
|---|---|---|---|
|
X509Certificate(p:*)
| X509Certificate | ||
|
getAlgorithmIdentifier():String
| X509Certificate | ||
|
getCommonName():String
| X509Certificate | ||
|
getIssuerPrincipal():String
Returns an issuer principal, as an opaque base64 string.
| X509Certificate | ||
|
getNotAfter():Date
| X509Certificate | ||
|
getNotBefore():Date
| X509Certificate | ||
| X509Certificate | |||
|
getSubjectPrincipal():String
Returns a subject principal, as an opaque base64 string.
| X509Certificate | ||
|
isSelfSigned(time:Date):Boolean
| X509Certificate | ||
| X509Certificate | |||
| X509Certificate | () | constructor |
public function X509Certificate(p:*)Parameters
p:* |
| getAlgorithmIdentifier | () | method |
public function getAlgorithmIdentifier():String
Returns
String |
| getCommonName | () | method |
public function getCommonName():String
Returns
String |
| getIssuerPrincipal | () | method |
public function getIssuerPrincipal():StringReturns an issuer principal, as an opaque base64 string. This is only used to quickly find matching parent certificates. Note that this assumes X509 DER-encoded certificates are uniquely encoded, as we look for exact matches between Issuer and Subject fields.
ReturnsString |
| getNotAfter | () | method |
public function getNotAfter():Date
Returns
Date |
| getNotBefore | () | method |
public function getNotBefore():Date
Returns
Date |
| getPublicKey | () | method |
| getSubjectPrincipal | () | method |
public function getSubjectPrincipal():StringReturns a subject principal, as an opaque base64 string. This is only used as a hash key for known certificates. Note that this assumes X509 DER-encoded certificates are uniquely encoded, as we look for exact matches between Issuer and Subject fields.
ReturnsString |
| isSelfSigned | () | method |
public function isSelfSigned(time:Date):BooleanParameters
time:Date |
Boolean |
| isSigned | () | method |
public function isSigned(store:X509CertificateCollection, CAs:X509CertificateCollection, time:Date = null):BooleanParameters
store:X509CertificateCollection |
|
CAs:X509CertificateCollection |
|
time:Date (default = null) |
Boolean |