Platforms to show: All Mac Windows Linux Cross-Platform

SignCertificateParametersMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Encryption and Hash MBS Encryption Plugin 25.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class for the parameters for certificate signing.

Useful defauls:

If you are making a CA certificate:

PropertyValue
basicConstraintscritical,CA:TRUE
keyUsagecritical,keyCertSign,cRLSign
subjectKeyIdentifierhash
authorityKeyIdentifierkeyid:always,issuer

If you are making a server certificate:

PropertyValue
basicConstraintscritical,CA:FALSE
keyUsagecritical,digitalSignature,keyEncipherment
extendedKeyUsagecritical,serverAuth
subjectAltNameDNS:www.example.com,DNS:example.org

If you are making a client certificate:

PropertyValue
basicConstraintscritical,CA:FALSE
keyUsagecritical,digitalSignature,keyEncipherment
extendedKeyUsagecritical,clientAuth

This class has no sub classes.

Blog Entries

Release notes

Some methods using this class:

Some related classes:


The items on this page are in the following plugins: MBS Encryption Plugin.


SignalHandlerMBS   -   SKDownloadMBS


The biggest plugin in space...