SignedCertificate (String function): Difference between revisions
Jump to navigation
Jump to search
m (→See also: add links) |
m (→See also: add mention of String cipher methods) |
||
Line 36: | Line 36: | ||
<li><var>[[X509CrlToXmlDoc (String function)|X509CrlToXmlDoc]]</var> </li> | <li><var>[[X509CrlToXmlDoc (String function)|X509CrlToXmlDoc]]</var> </li> | ||
<li>Multiple cryptographic cipher methods </li> | |||
</ul> | </ul> | ||
<p> | <p> | ||
<var>System</var> methods: </p> | <var>System</var> methods: </p> | ||
<ul> | <ul> | ||
<li><var>[[ClientCertificate (System function)|ClientCertificate]]</var> | <li><var>[[ClientCertificate (System function)|ClientCertificate]]</var>, <li><var>[[GeneratedPrivateKey (System function)|GeneratedPrivateKey]]</var> </li> | ||
<li><var>[[GeneratedPrivateKey (System function)|GeneratedPrivateKey]]</var> </li> | |||
</ul> | </ul> | ||
<p> | <p> | ||
Line 68: | Line 68: | ||
<li><var>[[PemToString (Stringlist function)|PemToString]]</var> and more</li> | <li><var>[[PemToString (Stringlist function)|PemToString]]</var> and more</li> | ||
</ul> | |||
<var>Socket</var> methods: | |||
<ul> | |||
<li><var>[[Certificate (Socket function)|Certificate]]</var> </li> | |||
</ul> | </ul> | ||
{{Template:String:SignedCertificate footer}} | {{Template:String:SignedCertificate footer}} |
Revision as of 20:48, 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
- DerToXmlDoc
- RSAPrivateKeyToXmlDoc
- X509CertificateToXmlDoc
- X509CrlToXmlDoc
- Multiple cryptographic cipher methods
System methods:
Stringlist methods:
- AppendCertificateInfo
- AppendCertificateRequest
- AppendCertificateRequestInfo
- AppendClientCertificateRequest
- AppendEncryptedSecurityData
- AppendGeneratedPrivateKey
- AppendSignedCertificate
- AppendSignedClientCertificate
- CheckCertificate
- CheckCertificateRequest
- PemToString and more
Socket methods: