package
0.0.1-uno-1
Repository: https://github.com/unotechsoftware/webauthn.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
Return the Hashing interface to be used for a given COSE Algorithm.
ParseFIDOPublicKey is only used when the appID extension is configured by the assertion response.
Figure out what kind of COSE material was provided and create the data for the new key.
Return which signature algorithm is being used from the COSE Key.
No description provided by the author
# Constants
AlgEdDSA EdDSA.
AlgES256 ECDSA with SHA-256.
AlgES384 ECDSA with SHA-384.
AlgES512 ECDSA with SHA-512.
AlgPS256 RSASSA-PSS with SHA-256.
AlgPS384 RSASSA-PSS with SHA-384.
AlgPS512 RSASSA-PSS with SHA-512.
AlgRS1 RSASSA-PKCS1-v1_5 with SHA-1.
AlgRS256 RSASSA-PKCS1-v1_5 with SHA-256.
AlgRS384 RSASSA-PKCS1-v1_5 with SHA-384.
AlgRS512 RSASSA-PKCS1-v1_5 with SHA-512.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EllipticKey is an Elliptic Curve Public Key.
No description provided by the author
No description provided by the author
OctetKey is an Octet Key.
RSAKey is an RSA Public Key.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
PublicKeyData The public key portion of a Relying Party-specific credential key pair, generated by an authenticator and returned to a Relying Party at registration time.
No description provided by the author
# Type aliases
COSEAlgorithmIdentifier From §5.10.5.
The Key Type derived from the IANA COSE AuthData.
Algorithm enumerations used for.