Module hickory_proto::rr::dnssec::public_key
source · Available on crate feature
dnssec
only.Expand description
Public Key implementations for supported key types
Structs§
- Ed25519
dnssec-ring
Ed25519 Public key - An owned variant of PublicKey
- Rsa
dnssec-openssl
ordnssec-ring
Rsa public key
Enums§
- Variants of all know public keys
Traits§
- PublicKeys implement the ability to ideally be zero copy abstractions over public keys for verifying signed content.
Type Aliases§
- Ec
dnssec-ring
Elyptic Curve public key type