TaskAgentPublicKey interface
Represents the public key portion of an RSA asymmetric key.
Properties
exponent
Gets or sets the exponent for the public key.
exponent: number[]
Property Value
number[]
modulus
Gets or sets the modulus for the public key.
modulus: number[]
Property Value
number[]