1
2
3
4
5
6
7
8
# list key-templates
tinkey list-key-templates
# aead
tinkey create-keyset --key-template AES256_GCM --out-format binary --out aes.bin
# mac
tinkey create-keyset --key-template HMAC_SHA512_512BITTAG --out-format binary --out hmac.bin
# jwt
tinkey create-keyset --key-template JWT_ES512 --out-format binary --out jwt.bin