Documentation
¶
Overview ¶
Package poudriereakv implements signing of message digests using keys stored in Azure Key Vault.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyVaultKey ¶
type KeyVaultKey struct {
PEMKey []byte // The public portion of the key in PEM encoding.
// contains filtered or unexported fields
}
KeyVaultKey represents an RSA key pair stored in Azure Key Vault.
func GetKey ¶
func GetKey(uri string) (*KeyVaultKey, error)
GetKey creates a KeyVaultKey representing a key pair stored in Azure Key Vault.
Click to show internal directories.
Click to hide internal directories.