Home
last modified time | relevance | path

Searched refs:DecodeCtx (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/internal/json/
H A Djson.go83 type DecodeCtx interface { interface
90 DecodeCtx() DecodeCtx methodSpec
91 SetDecodeCtx(DecodeCtx) argument
99 func NewDecodeCtx(r *Registry) DecodeCtx {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/internal/json/
H A Djson.go83 type DecodeCtx interface { interface
90 DecodeCtx() DecodeCtx methodSpec
91 SetDecodeCtx(DecodeCtx) argument
99 func NewDecodeCtx(r *Registry) DecodeCtx {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jws/
H A Dinterface.go9 type DecodeCtx interface { interface
53 dc DecodeCtx
60 dc DecodeCtx
H A Dmessage.go24 func (s *Signature) DecodeCtx() DecodeCtx { func
28 func (s *Signature) SetDecodeCtx(dc DecodeCtx) { argument
84 prt.(*stdHeaders).SetDecodeCtx(s.DecodeCtx())
177 func (m *Message) SetDecodeCtx(dc DecodeCtx) { argument
181 func (m *Message) DecodeCtx() DecodeCtx { func
264 sig.SetDecodeCtx(m.DecodeCtx())
295 prt.(*stdHeaders).SetDecodeCtx(m.DecodeCtx())
H A Dheaders_gen.go77 dc DecodeCtx
177 func (h *stdHeaders) DecodeCtx() DecodeCtx { func
183 func (h *stdHeaders) SetDecodeCtx(dc DecodeCtx) {
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwk/
H A Dinterface.go89 dc DecodeCtx
112 type DecodeCtx = json.DecodeCtx talias
H A Dset.go187 func (s *set) DecodeCtx() DecodeCtx { func
193 func (s *set) SetDecodeCtx(dc DecodeCtx) { argument
H A Dsymmetric_gen.go44 dc DecodeCtx
343 func (k *symmetricKey) DecodeCtx() DecodeCtx { func
349 func (k *symmetricKey) SetDecodeCtx(dc DecodeCtx) {
H A Dokp_gen.go50 dc DecodeCtx
392 func (k *okpPrivateKey) DecodeCtx() DecodeCtx { func
398 func (k *okpPrivateKey) SetDecodeCtx(dc DecodeCtx) {
H A Decdsa_gen.go54 dc DecodeCtx
416 func (k *ecdsaPrivateKey) DecodeCtx() DecodeCtx { func
422 func (k *ecdsaPrivateKey) SetDecodeCtx(dc DecodeCtx) {
H A Drsa_gen.go66 dc DecodeCtx
505 func (k *rsaPrivateKey) DecodeCtx() DecodeCtx { func
511 func (k *rsaPrivateKey) SetDecodeCtx(dc DecodeCtx) {
H A Djwk.go449 …n nil, errors.Errorf(`typed field was requested, but the key (%T) does not support DecodeCtx`, key)
516 …nil, errors.Errorf(`typed field was requested, but the key set (%T) does not support DecodeCtx`, s)
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwk/
H A Dinterface.go89 dc DecodeCtx
112 type DecodeCtx = json.DecodeCtx talias
H A Dset.go187 func (s *set) DecodeCtx() DecodeCtx { func
193 func (s *set) SetDecodeCtx(dc DecodeCtx) { argument
H A Dsymmetric_gen.go44 dc DecodeCtx
343 func (k *symmetricKey) DecodeCtx() DecodeCtx { func
349 func (k *symmetricKey) SetDecodeCtx(dc DecodeCtx) {
H A Drsa_gen.go54 dc DecodeCtx
373 func (k *rsaPublicKey) DecodeCtx() DecodeCtx { func
379 func (k *rsaPublicKey) SetDecodeCtx(dc DecodeCtx) {
H A Dokp_gen.go48 dc DecodeCtx
370 func (k *okpPublicKey) DecodeCtx() DecodeCtx { func
376 func (k *okpPublicKey) SetDecodeCtx(dc DecodeCtx) {
H A Decdsa_gen.go52 dc DecodeCtx
394 func (k *ecdsaPublicKey) DecodeCtx() DecodeCtx { func
400 func (k *ecdsaPublicKey) SetDecodeCtx(dc DecodeCtx) {
H A Djwk.go449 …n nil, errors.Errorf(`typed field was requested, but the key (%T) does not support DecodeCtx`, key)
516 …nil, errors.Errorf(`typed field was requested, but the key set (%T) does not support DecodeCtx`, s)
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwt/openid/
H A Dinterface.go13 type DecodeCtx = json.DecodeCtx talias
H A Dtoken_gen.go89 dc DecodeCtx // per-object context for decoding
363 func (t *stdToken) DecodeCtx() DecodeCtx { func
369 func (t *stdToken) SetDecodeCtx(v DecodeCtx) {
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwt/
H A Dinterface.go13 type DecodeCtx = json.DecodeCtx talias
H A Dtoken_gen.go62 dc DecodeCtx // per-object context for decoding
165 func (t *stdToken) DecodeCtx() DecodeCtx { func
171 func (t *stdToken) SetDecodeCtx(v DecodeCtx) {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwt/
H A Dinterface.go13 type DecodeCtx = json.DecodeCtx talias
H A Dtoken_gen.go62 dc DecodeCtx // per-object context for decoding
165 func (t *stdToken) DecodeCtx() DecodeCtx { func
171 func (t *stdToken) SetDecodeCtx(v DecodeCtx) {

12