Lines Matching full:keys

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.
27 // AESGCMKeyVersion is the maximal version of AES-GCM keys.
29 // AESGCMTypeURL is the type URL of AES-GCM keys that Tink supports.
32 // AESGCMSIVKeyVersion is the maximal version of AES-GCM-SIV keys.
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.
39 // ChaCha20Poly1305TypeURL is the type URL of ChaCha20Poly1305 keys.
42 // KMSEnvelopeAEADKeyVersion is the maximal version of KMSEnvelopeAEAD keys that Tink supports.
44 // KMSEnvelopeAEADTypeURL is the type URL of KMSEnvelopeAEAD keys.
47 // XChaCha20Poly1305KeyVersion is the maximal version of XChaCha20Poly1305 keys that Tink supports.
49 // XChaCha20Poly1305TypeURL is the type URL of XChaCha20Poly1305 keys.
52 // EciesAeadHkdfPrivateKeyKeyVersion is the maximal version of keys that this key manager supports.
58 // EciesAeadHkdfPublicKeyKeyVersion is the maximal version of keys that this key manager supports.
66 // AESSIVKeyVersion is the maximal version of AES-SIV keys that Tink supports.
68 // AESSIVTypeURL is the type URL of AES-SIV keys.
73 // HMACKeyVersion is the maximal version of HMAC keys that Tink supports.
75 // HMACTypeURL is the type URL of HMAC keys.
77 // AESCMACKeyVersion is the maximal version of HMAC keys that Tink supports.
79 // AESCMACTypeURL is the type URL of AES-CMAC keys.
84 // AESCMACPRFKeyVersion is the maximal version of AES CMAC PRF keys that Tink supports.
86 // AESCMACPRFTypeURL is the type URL of AES CMAC PRF keys.
89 // HKDFPRFKeyVersion is the maximal version of HKDF PRF keys that Tink supports.
91 // HKDFPRFTypeURL is the type URL of HKDF PRF keys.
94 // HMACPRFKeyVersion is the maximal version of HMAC PRF keys that Tink supports.
96 // HMACPRFTypeURL is the type URL of HMAC PRF keys.
101 // ECDSASignerKeyVersion is the maximum version of ECDSA private keys that Tink supports.
103 // ECDSASignerTypeURL is the type URL of ECDSA private keys.
106 // ECDSAVerifierKeyVersion is the maximum version of ECDSA public keys that Tink supports.
108 // ECDSAVerifierTypeURL is the type URL of ECDSA public keys.
111 // ED25519SignerKeyVersion is the maximum version of ED25519 private keys that Tink supports.
113 // ED25519SignerTypeURL is the type URL of ED25519 private keys.
116 // ED25519VerifierKeyVersion is the maximum version of ED25519 public keys that Tink supports.
118 // ED25519VerifierTypeURL is the type URL of ED25519 public keys.
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.