Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskAgentPublicKey

Represents the public key portion of an RSA asymmetric key.

Hierarchy

  • TaskAgentPublicKey

Index

Properties

Properties

Optional exponent

exponent: Array<string>

Gets or sets the exponent for the public key.

Optional modulus

modulus: Array<string>

Gets or sets the modulus for the public key.

Generated using TypeDoc