Readonly certType of this certificate
Readonly commonThe subject's common name.
Readonly dbA unique identifier of this certificate within the local storage.
Readonly displayA human readable identifier to label this certificate.
Readonly emailThe primary email address of the certificate, if present.
Readonly isDid this certificate ship with the platform as a built-in root?
Readonly issuerThe issuer subject's common name.
Readonly issuerThe subject identifying the issuer certificate.
Readonly issuerThe issuer subject's organization.
Readonly issuerThe issuer subject's organizational unit.
Readonly organizationThe subject's organization.
Readonly organizationalThe subject's organizational unit.
Readonly serialThe serial number the issuer assigned to this certificate.
Readonly sha1The fingerprint of the certificate's DER encoding, calculated using the SHA1 algorithm.
Readonly sha256The fingerprint of the certificate's DER encoding, calculated using the SHA-256 algorithm.
Readonly sha256The base64 encoding of the DER encoded public key info using the specified digest.
Readonly subjectThe subject owning the certificate.
Readonly tokenA human readable name identifying the hardware or software token the certificate is stored on.
Readonly validityThis certificate's validity period.
Optional aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Check whether a given address is contained in the certificate. The comparison will convert the email address to lowercase. The behaviour for non ASCII characters is undefined.
True if the address is contained in the certificate.
The address to search for.
Generated using TypeDoc
This represents a X.509 certificate.
NOTE: Service workers persist x.509 certs in object form on disk. If you change this uuid you probably need a hack in nsBinaryInputStream to read the old uuid. If you change the format of the object serialization then more complex changes will be needed.