Expand description
Encodings of the PKIX AlgorithmIdentifier type.
This module contains a set of common values, and exists to keep the names of these separate from the actual algorithm implementations.
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: