KeyDefinitions.KeyOids Struct
Namespace: Yubico.YubiKey.Cryptography Assembly: Yubico.YubiKey.dllRepresents the object identifiers (OIDs) of cryptographic keys.
C#
public struct KeyDefinitions.KeyOids
Fields
Name | Description |
---|---|
Ed25519 | Represents the object identifier (OID) for Ed25519 (Edwards25519) |
P256 | Represents the object identifier (OID) for nistP256 or secP256r1 |
P384 | Represents the object identifier (OID) for nistP384 or secP384r1 |
P521 | Represents the object identifier (OID) for nistP521 or secP521r1 |
Rsa | Represents the object identifier (OID) for RSA keys.
|
X25519 | Represents the object identifier (OID) for X25519 (Curve25519) |