Versions in this module Expand all Collapse all v0 v0.3.2 May 9, 2023 v0.3.1 May 8, 2023 v0.3.0 May 2, 2023 v0.2.0 Apr 5, 2023 v0.1.9 Feb 22, 2023 v0.1.8 Mar 30, 2022 v0.1.7 Sep 14, 2021 v0.1.6 Mar 6, 2021 v0.1.5 Dec 8, 2020 v0.1.4 Aug 31, 2020 Changes in this version + const CommandName + const CreateKeySetCommandMethod + const ImportKeyCommandMethod + const ImportKeyError type Command + func (o *Command) ImportKey(rw io.Writer, req io.Reader) command.Error + type JSONWebKey struct + Alg string + Crv string + D string + Kid string + Kty string + Use string + X string + Y string v0.1.3 May 6, 2020 Changes in this version + const CreateKeySetError + const InvalidRequestErrorCode + type Command struct + func New(p provider) *Command + func (o *Command) CreateKeySet(rw io.Writer, req io.Reader) command.Error + func (o *Command) GetHandlers() []command.Handler + type CreateKeySetRequest struct + KeyType string + type CreateKeySetResponse struct + KeyID string + PublicKey string