KeyVerifyParameters Class

The key verify parameters.

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

Inheritance
KeyVerifyParameters

Constructor

KeyVerifyParameters(*, algorithm, digest: bytes, signature: bytes, **kwargs)

Parameters

algorithm
str or JsonWebKeySignatureAlgorithm
Required

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

digest
bytes
Required

Required. The digest used for signing.

signature
bytes
Required

Required. The signature to be verified.