SignedCertificate (String function)

From m204wiki
Revision as of 23:30, 15 March 2016 by JAL (talk | contribs) (→‎See also: add template for SL crypto methods)
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

%signedCertstring
string string
PrivateKey string
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 DigestAlgorithm value
This default value of this argument is ??.

Usage notes

Examples

See also

String methods:

Stringlist methods:

System methods:

Socket methods: