# Functions
LoadECDSAKeyFromFile returns an SSLibKey instance for an ECDSA key stored in a file in the custom securesystemslib format.
LoadED25519KeyFromFile returns an SSLibKey instance for an ED25519 key stored in a file in the custom securesystemslib format.
LoadKeyFromSSLibBytes returns a pointer to a Key instance created from the contents of the bytes.
No description provided by the author
LoadRSAPSSKeyFromFile returns an SSLibKey instance for an RSA key stored in a file.
NewECDSASignerVerifierFromSSLibKey creates an ECDSASignerVerifier from an SSLibKey.
NewED25519SignerVerifierFromSSLibKey creates an Ed25519SignerVerifier from an SSLibKey.
NewRSAPSSSignerVerifierFromSSLibKey creates an RSAPSSSignerVerifier from an SSLibKey.
# Constants
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
ErrFailedPEMParsing gets returned when PKCS1, PKCS8 or PKIX key parsing fails.
No description provided by the author
No description provided by the author
ErrNoPEMBlock gets triggered when there is no PEM block in the provided file.
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
ECDSASignerVerifier is a dsse.SignerVerifier compliant interface to sign and verify signatures using ECDSA keys.
ED25519SignerVerifier is a dsse.SignerVerifier compliant interface to sign and verify signatures using ED25519 keys.
No description provided by the author
RSAPSSSignerVerifier is a dsse.SignerVerifier compliant interface to sign and verify signatures using RSA keys following the RSA-PSS scheme.
No description provided by the author