Versions in this module Expand all Collapse all v0 v0.9.0 Feb 13, 2024 Changes in this version + type AsymmetricDecryptionKey struct + func (a *AsymmetricDecryptionKey) Algorithm() jose.Alg + func (a *AsymmetricDecryptionKey) Certificates() []*x509.Certificate + func (a *AsymmetricDecryptionKey) Decrypt(_ jose.KeyOps, bytes []byte) ([]byte, error) + func (a *AsymmetricDecryptionKey) Encryptor() (gose.AsymmetricEncryptionKey, error) + func (a *AsymmetricDecryptionKey) Kid() string + type AsymmetricDecryptionKeyStore struct + func NewAsymmetricDecryptionKeyStore(ctx *crypto11.Context) *AsymmetricDecryptionKeyStore + func (a *AsymmetricDecryptionKeyStore) Get(kid string) (k gose.AsymmetricDecryptionKey, err error)