Platforms to show: All Mac Windows Linux Cross-Platform

Back to ECKeyMBS class.

ECKeyMBS.CanSign as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Encryption and Hash MBS Encryption Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Indicates if an ECKey can be used for signing.

Returns true if can can sign and false otherwise.
(Read only property)

ECKeyMBS.Description as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Encryption and Hash MBS Encryption Plugin 15.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns an user readable description text for the current key.
Example
const NID_secp192k1 = 711
dim key as ECKeyMBS = ECKeyMBS.KeyByCurveName(NID_secp192k1)

MsgBox key.Description

(Read only property)

ECKeyMBS.Flags as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Encryption and Hash MBS Encryption Plugin 15.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The flag field.

see OpenSSL for details.
(Read and Write property)

ECKeyMBS.Size as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Encryption and Hash MBS Encryption Plugin 15.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns size of key.

(Read only property)

ECKeyMBS.Valid as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Encryption and Hash MBS Encryption Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Verifies that a private and/or public key is valid.

Returns true on success and false otherwise.
(Read only property)

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


The biggest plugin in space...