| 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:*)p:* |
| getAlgorithmIdentifier | () | method |
public function getAlgorithmIdentifier():StringReturnsString |
| getCommonName | () | method |
public function getCommonName():StringReturnsString |
| 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():DateReturnsDate |
| getNotBefore | () | method |
public function getNotBefore():DateReturnsDate |
| 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 |