CryptoSys PKI Pro
Manual
X509 Class
X509.CertExpiresOn Method
Return date and time certificate expires.
X509.CertIssuedOn Method
Return date and time certificate was issued.
X509.CertIssuerName Method
Get the issuer name of an X.509 certificate.
X509.CertIsValidNow Method
Verify that an X.509 certificate is currently valid as per system clock.
X509.CertRequest Method
Create a PKCS #10 certificate signing request (CSR).
X509.CertSerialNumber Method
Return serial number in hex format.
X509.CertSubjectName Method
Get the subject name of an X.509 certificate.
X509.CertThumb Method
Calculate the thumbprint (message digest hash) of an X.509 certificate.
X509.CheckCertInCRL Method
Check whether an X.509 certificate has been revoked in a Certificate Revocation List (CRL).
X509.GetCertCountInP7Chain Method
Return number of certificates in a PKCS-7 "certs-only" certificate chain file.
X509.GetCertFromP7Chain Method
Extract an X.509 certificate from a PKCS-7 "certs-only" certificate chain file, saving the output directly as a new file.
X509.GetCertFromPFX Method
Extract an X.509 certificate from a PKCS-12 PFX/.p12 file, saving the output directly as a new file.
X509.GetP7ChainFromPFX Method
Extract all X.509 certificates from a PKCS-12 PFX/.p12 file, saving the output directly as a new PKCS-7 "certs-only" certificate chain file.
X509.HashIssuerAndSN Method
Create a message digest of the Issuer's name and the cert serial number.
X509.KeyUsageFlags Method
Returns a bitfield containing the
keyUsage
flags.
X509.MakeCert Method
Create a new X.509 certificate using subject's public key and issuer's private key files with signature options.
X509.MakeCertSelf Method
Create a self-signed X.509 certificate with signature options.
X509.MakeCRL Method
Create an X.509 Certificate Revocation List (CRL).
X509.QueryCert Method
Query an X.509 certificate file for selected information.
X509.ReadCertStringFromP7Chain Method
Read an X.509 certificate into a base64 string from PKCS-7 "certs-only" data.
X509.ReadCertStringFromPFX Method
Read an X.509 certificate into a base64 string from PKCS-12 PFX/.p12 data.
X509.ReadStringFromFile Method
Create a base64 string representation of a X.509 certificate file.
X509.SaveFileFromString Method
Create a new X.509 certificate file from a base64 string representation.
X509.TextDump Method
Dump details of an X.509 certificate or a X.509 certificate revocation list (CRL) or a PKCS-10 certificate signing request (CSR) to a text file.
X509.TextDumpToString Method
Dump details of an X.509 certificate or a X.509 certificate revocation list (CRL) or a PKCS-10 certificate signing request (CSR) to a string.
X509.ValidatePath Method
Validate a certificate path.
X509.VerifyCert Method
Verify that an X.509 certificate has been signed by its issuer.
[
Contents
] [
Index
]
[
PREV: Wipe Class...
] [
Contents
] [
Index
]
[
NEXT: Xof Class...
]