| | |
Constant | Description | Used by the functions or types of variable |
---|
certificateClientCommonName | Usual name. | CertificateClientInfo |
certificateClientDistinguishedName | Entire list of certificate characteristics. | CertificateClientInfo |
certificateClientEmail | Email address. | CertificateClientInfo |
certificateClientIssuer | Identification of certificate issuer. | CertificateClientInfo |
certificateClientLocality | Locality associated with the certificate. | CertificateClientInfo |
certificateClientOrganization | Company. | CertificateClientInfo |
certificateClientOrganizationalUnit | Service name. | CertificateClientInfo |
certificateClientPresent | Indicates whether a certificate was transmitted by the client computer (True) or not (False). | CertificateClientInfo |
certificateClientSerialNumber | Serial number of certificate (hexadecimal string). | CertificateClientInfo |
certificateClientState | State where the certificate was created. | CertificateClientInfo |
certificateClientSubject | Identification of certificate. | CertificateClientInfo |
certificateClientUserID | User identifier. | CertificateClientInfo |
certificateClientValid | Indicates whether a client certificate is validated by the server (True) or not (False). | CertificateClientInfo |
certificateExpired | Valid signature but expired certificate. | CertificateCheckBufferSignatureFile, CertificateCheckFileSignatureFile, CertificateCheckString, CertificateCheckDuplicate, Certificate type, Email type |
certificateFromBuffer | The element is a signature buffer. | CertificateExtract |
certificateFromDuplicate | The element is the path of a signed duplicate file. | CertificateExtract |
certificateInvalid | Invalid signature or certificate. | CertificateCheckString, CertificateCheckBufferSignatureFile, CertificateCheckFileSignatureFile, CertificateCheckDuplicate, Certificate type, Email type |
certificateOk | Trusted signature and certificate. | CertificateCheckString, CertificateCheckBufferSignatureFile, CertificateCheckFileSignatureFile, CertificateCheckDuplicate, Certificate type, Email type |
certificateUntrusted | Valid signature but untrusted certificate root. | CertificateCheckBufferSignatureFile, CertificateCheckFileSignatureFile, CertificateCheckString, CertificateCheckDuplicate, Certificate type, Email type |
Versions 22 and latercertMD5 New in version 22certMD5 certMD5 | MD5 algorithm. | CertificateSignString, CertificateCheckString |
Versions 22 and latercertPKCS7 New in version 22certPKCS7 certPKCS7 | Signature in PKCS7 format. | CertificateCheckString |
Versions 22 and latercertPKCS7Enveloped New in version 22certPKCS7Enveloped certPKCS7Enveloped | Container in PKCS7 format (DER) containing the signature, the string of certificates and the signed data. | CertificateSignString, CertificateCheckString |
Versions 22 and latercertPKCS7PEM New in version 22certPKCS7PEM certPKCS7PEM | Allows you to use a container in PKCS7 format (PEM). | CertificateSignString, CertificateCheckString |
Versions 22 and latercertPKCS7WithCertificate New in version 22certPKCS7WithCertificate certPKCS7WithCertificate | Container in PKCS7 format (DER) containing the signature and the string of certificates. | CertificateSignString, CertificateCheckString |
Versions 22 and latercertPKCS7WithoutCertificate New in version 22certPKCS7WithoutCertificate certPKCS7WithoutCertificate | Container in PKCS7 format (DER) containing the signature. | CertificateSignString, CertificateCheckString |
Versions 22 and latercertSHA160 New in version 22certSHA160 certSHA160 | SHA1 algorithm. | CertificateSignString, CertificateCheckString |
Versions 22 and latercertSHA256 New in version 22certSHA256 certSHA256 | SHA2 algorithm. A 256-bit result is produced. | CertificateSignString, CertificateCheckString |
Versions 22 and latercertSHA384 New in version 22certSHA384 certSHA384 | SHA-384 algorithm. A 384-bit result is produced. | CertificateSignString, CertificateCheckString |
Versions 22 and latercertSHA512 New in version 22certSHA512 certSHA512 | SHA-512 algorithm. A 512-bit result is produced. | CertificateSignString, CertificateCheckString |
Versions 22 and latercertSignatureOnly New in version 22certSignatureOnly certSignatureOnly | The output contains the rough signature, without container. | CertificateSignString, CertificateCheckString |