Discover Packages
github.com/brokeyourbike/clearbank-api-client-go
signature
local
package
Version:
v0.19.0
Opens a new window with list of versions in this module.
Published: Aug 29, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var (
ErrFailedToDecodeKey = errors .New ("failed to decode public key")
ErrKeyIsNotPublic = errors .New ("key is not a public key")
ErrKeyIsNotPublicRSA = errors .New ("key is not an RSA public key")
)
func NewNilSigner() *nilSigner
NewNilSigner creates a signer that does nothing.
NewVerifier creates a new verifier with local public key.
ParsePublicKey parses a public RSA key from a PEM encoded bytes.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.