openssh_key.key_params.ecdsaΒΆ

Classes representing ECDSA keys.

Classes

ECDSAPrivateKeyParams(params)

The parameters comprising a private key in the Elliptic Curve Digital Signature Algorithm cryptosystem.

ECDSAPublicKeyParams(params)

The parameters comprising a key in the Elliptic Curve Digital Signature Algorithm cryptosystem.

ECDSA_NISTP256_PrivateKeyParams(params)

The parameters representing a private ECDSA key on the nistp256 curve.

ECDSA_NISTP256_PublicKeyParams(params)

The parameters representing a public ECDSA key on the nistp256 curve.

ECDSA_NISTP384_PrivateKeyParams(params)

The parameters representing a private ECDSA key on the nistp384 curve.

ECDSA_NISTP384_PublicKeyParams(params)

The parameters representing a public ECDSA key on the nistp384 curve.

ECDSA_NISTP521_PrivateKeyParams(params)

The parameters representing a private ECDSA key on the nistp521 curve.

ECDSA_NISTP521_PublicKeyParams(params)

The parameters representing a public ECDSA key on the nistp521 curve.