Expand description
ECDSA Signatures using the P-256 and P-384 curves.
Structsยง
- An ECDSA key pair, used for signing.
- An ECDSA signing algorithm.
- NonceRandom ๐Generates an ECDSA nonce in a way that attempts to protect against a faulty
SecureRandom
. - NonceRandomKey ๐
Enumsยง
- AlgorithmID ๐
Staticsยง
- Signing of ASN.1 DER-encoded ECDSA signatures using the P-256 curve and SHA-256.
- Signing of fixed-length (PKCS#11 style) ECDSA signatures using the P-256 curve and SHA-256.
- Signing of ASN.1 DER-encoded ECDSA signatures using the P-384 curve and SHA-384.
- Signing of fixed-length (PKCS#11 style) ECDSA signatures using the P-384 curve and SHA-384.
Functionsยง
- format_rs_asn1 ๐
- format_rs_fixed ๐