Home
last modified time | relevance | path

Searched refs:base64Cipher (Results 1 – 1 of 1) sorted by relevance

/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/encryption/
H A Dcipher.go18 type base64Cipher struct { struct
25 return &base64Cipher{Cipher: c}
29 func (c *base64Cipher) Encrypt(value []byte) ([]byte, error) { argument
39 func (c *base64Cipher) Decrypt(ciphertext []byte) ([]byte, error) { argument