KeySignParameters Class

The key operations parameters.

All required parameters must be populated in order to send to Azure.

Inheritance
KeySignParameters

Constructor

KeySignParameters(*, algorithm, value: bytes, **kwargs)

Parameters

algorithm
str or JsonWebKeySignatureAlgorithm
Required

Required. The signing/verification algorithm identifier. For more information on possible algorithm types, see JsonWebKeySignatureAlgorithm. Possible values include: 'PS256', 'PS384', 'PS512', 'RS256', 'RS384', 'RS512', 'RSNULL', 'ES256', 'ES384', 'ES512', 'ECDSA256'

value
bytes
Required

Required.