SignedCertificate (String function)

From m204wiki
Revision as of 23:28, 18 March 2016 by JAL (talk | contribs) (add identifiers)
Jump to navigation Jump to search

Sign a certificate request (String class)

[Requires Janus Network Security]

This page is under construction.

Syntax

[%signedCert =] string:SignedCertificate( [PrivateKey=] string, - [[Signer=] string], - [[StartDate=] string], - [[EndDate=] string], - [[SerialNumber=] number], - [SignatureAlgorithm= digestAlgorithm]) Throws PKCSError

Syntax terms

%signedCert string
string string
PrivateKey This name allowed parameter is a Longstring that contains an RSA-generated private key. This value must be less than or equal to 2048 bits.
Signer string
This default value of this argument is ??.
StartDate string
This default value of this argument is ??.
EndDate string
This default value of this argument is ??.
SerialNumber number
This default value of this argument is ??.
SignatureAlgorithm This optional, name required, argument is a DigestAlgorithm enumeration value. Valid options are: MD5, SHA1, SHA256.

Note: Although supported and currently the default, most modern browsers are deprecating SHA1.

Usage notes

Examples

See also

String methods:

Stringlist methods:

System methods:

Socket methods: