Lines Matching full:supports
22 // AESCTRHMACAEADKeyVersion is the maximal version of AES-CTR-HMAC-AEAD keys that Tink supports.
24 // AESCTRHMACAEADTypeURL is the type URL of AES-CTR-HMAC-AEAD keys that Tink supports.
29 // AESGCMTypeURL is the type URL of AES-GCM keys that Tink supports.
34 // AESGCMSIVTypeURL is the type URL of AES-GCM-SIV keys that Tink supports.
37 // ChaCha20Poly1305KeyVersion is the maximal version of ChaCha20Poly1305 keys that Tink supports.
42 // KMSEnvelopeAEADKeyVersion is the maximal version of KMSEnvelopeAEAD keys that Tink supports.
47 // XChaCha20Poly1305KeyVersion is the maximal version of XChaCha20Poly1305 keys that Tink supports.
52 // EciesAeadHkdfPrivateKeyKeyVersion is the maximal version of keys that this key manager supports.
55 // EciesAeadHkdfPrivateKeyTypeURL is the url that this key manager supports.
58 // EciesAeadHkdfPublicKeyKeyVersion is the maximal version of keys that this key manager supports.
61 // EciesAeadHkdfPublicKeyTypeURL is the url that this key manager supports.
66 // AESSIVKeyVersion is the maximal version of AES-SIV keys that Tink supports.
73 // HMACKeyVersion is the maximal version of HMAC keys that Tink supports.
77 // AESCMACKeyVersion is the maximal version of HMAC keys that Tink supports.
84 // AESCMACPRFKeyVersion is the maximal version of AES CMAC PRF keys that Tink supports.
89 // HKDFPRFKeyVersion is the maximal version of HKDF PRF keys that Tink supports.
94 // HMACPRFKeyVersion is the maximal version of HMAC PRF keys that Tink supports.
101 // ECDSASignerKeyVersion is the maximum version of ECDSA private keys that Tink supports.
106 // ECDSAVerifierKeyVersion is the maximum version of ECDSA public keys that Tink supports.
111 // ED25519SignerKeyVersion is the maximum version of ED25519 private keys that Tink supports.
116 // ED25519VerifierKeyVersion is the maximum version of ED25519 public keys that Tink supports.
123 // AESGCMHKDFKeyVersion is the maximum version of AES-GCM-HKDF keys that Tink supports.
125 // AESGCMHKDFTypeURL is the type URL of AES-GCM-HKDF keys that Tink supports.
128 // AESCTRHMACKeyVersion is the maximum version of AES-CTR-HMAC keys that Tink supports.
130 // AESCTRHMACTypeURL is the type URL of AES-CTR-HMAC keys that Tink supports.