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-ecPublicKey
with named curvesecp256r1
. - ECDSA_
P384 - AlgorithmIdentifier for
id-ecPublicKey
with named curvesecp384r1
. - ECDSA_
P521 - AlgorithmIdentifier for
id-ecPublicKey
with 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
. - 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
rsassaPss
with: - RSA_
PSS_ SHA384 - AlgorithmIdentifier for
rsassaPss
with: - RSA_
PSS_ SHA512 - AlgorithmIdentifier for
rsassaPss
with: