Expand description
The PKIX AlgorithmIdentifier type, and common values.
If you need to use an AlgorithmIdentifier not defined here,
you can define it locally.
Structs§
- Algorithm
Identifier - A DER encoding of the PKIX AlgorithmIdentifier type:
Constants§
- ECDSA_
P256 - AlgorithmIdentifier for
id-ecPublicKeywith named curvesecp256r1. - ECDSA_
P384 - AlgorithmIdentifier for
id-ecPublicKeywith named curvesecp384r1. - ECDSA_
P521 - AlgorithmIdentifier for
id-ecPublicKeywith named curvesecp521r1. - ECDSA_
SHA256 - AlgorithmIdentifier for
ecdsa-with-SHA256. - ECDSA_
SHA384 - AlgorithmIdentifier for
ecdsa-with-SHA384. - ECDSA_
SHA512 - AlgorithmIdentifier for
ecdsa-with-SHA512. - ED25519
- AlgorithmIdentifier for
ED25519. - ML_
DSA_ 44 - AlgorithmIdentifier for
id-ml-dsa-44. - ML_
DSA_ 65 - AlgorithmIdentifier for
id-ml-dsa-65. - ML_
DSA_ 87 - AlgorithmIdentifier for
id-ml-dsa-87. - RSA_
ENCRYPTION - AlgorithmIdentifier for
rsaEncryption. - RSA_
PKCS1_ SHA256 - AlgorithmIdentifier for
sha256WithRSAEncryption. - RSA_
PKCS1_ SHA384 - AlgorithmIdentifier for
sha384WithRSAEncryption. - RSA_
PKCS1_ SHA512 - AlgorithmIdentifier for
sha512WithRSAEncryption. - RSA_
PSS_ SHA256 - AlgorithmIdentifier for
rsassaPsswith: - RSA_
PSS_ SHA384 - AlgorithmIdentifier for
rsassaPsswith: - RSA_
PSS_ SHA512 - AlgorithmIdentifier for
rsassaPsswith: