Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SignJwtClaim ¶ added in v0.2.1
func VerifyJwtClaim ¶ added in v0.2.1
Types ¶
type Options ¶
type Options struct {
Mode string `short:"m" long:"mode" choice:"secure" choice:"reveal" choice:"signJwt" choice:"verifyJwt"`
SourceURL string `short:"s" long:"src" description:"source location"`
RSAKey string `short:"r" long:"rsa" description:"private/public key location"`
HMacKey string `short:"m" long:"hmac" description:"hmac key location (base64 encoded)"`
DestURL string `short:"d" long:"dest" description:"dest location"`
ExpirySec int `short:"e" long:"expiry" description:"expiry TTL in sec"`
Target string `` /* 136-byte string literal not displayed */
Key string `short:"k" long:"key" description:"key i.e blowfish://default"`
}
Click to show internal directories.
Click to hide internal directories.