SignedCertificate (String function): Difference between revisions
Jump to navigation
Jump to search
m (→See also: add mention of String cipher methods) |
m (→See also: add template for SL crypto methods) |
||
Line 28: | Line 28: | ||
<ul> | <ul> | ||
<li><var>[[CertificateRequest (String function)|CertificateRequest]]</var> </li> | <li><var>[[CertificateRequest (String function)|CertificateRequest]]</var> </li> | ||
<li><var>[[SignedCertificate (String function)|SignedCertificate]]</var> </li> | |||
<li><var>[[DerToXmlDoc (String function)|DerToXmlDoc]]</var> </li> | <li><var>[[DerToXmlDoc (String function)|DerToXmlDoc]]</var> </li> | ||
Line 39: | Line 41: | ||
<li>Multiple cryptographic cipher methods </li> | <li>Multiple cryptographic cipher methods </li> | ||
</ul> | </ul> | ||
<p> | |||
<var>Stringlist</var> methods: </p> | |||
{{Template:Stringlist crypto methods}} | |||
<p> | <p> | ||
<var>System</var> methods: </p> | <var>System</var> methods: </p> | ||
Line 45: | Line 50: | ||
</ul> | </ul> | ||
<p> | <p> | ||
<var> | <var>Socket</var> methods: </p> | ||
<ul> | <ul> | ||
<li><var>[[Certificate (Socket function)|Certificate]]</var> </li> | <li><var>[[Certificate (Socket function)|Certificate]]</var> </li> |
Revision as of 23:30, 15 March 2016
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 | 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:
- CertificateRequest
- SignedCertificate
- DerToXmlDoc
- RSAPrivateKeyToXmlDoc
- X509CertificateToXmlDoc
- X509CrlToXmlDoc
- Multiple cryptographic cipher methods
Stringlist methods:
- AppendCertificateInfo
- AppendCertificateRequest
- AppendCertificateRequestInfo
- AppendClientCertificateRequest
- AppendEncryptedSecurityData
- AppendGeneratedPrivateKey
- AppendPemData
- AppendPrivateKeyInfo
- AppendSignedCertificate
- AppendSignedClientCertificate
- CheckCertificate
- CheckCertificateRequest
- PemToString
System methods:
Socket methods: