Searched defs:JwtHmacKey (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tink/go/proto/jwt_hmac_go_proto/ |
H A D | jwt_hmac.pb.go | 93 type JwtHmacKey struct { struct 94 state protoimpl.MessageState 95 sizeCache protoimpl.SizeCache 96 unknownFields protoimpl.UnknownFields 98 …sion uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` 99 …t,2,opt,name=algorithm,proto3,enum=google.crypto.tink.JwtHmacAlgorithm" json:"algorithm,omitempty"` 100 … `protobuf:"bytes,3,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitempty"` 101 …ustomKid `protobuf:"bytes,4,opt,name=custom_kid,json=customKid,proto3" json:"custom_kid,omitempty"` 104 func (x *JwtHmacKey) Reset() { 113 func (x *JwtHmacKey) String() string { [all …]
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/ |
H A D | JwtHmacKey.java | 31 public class JwtHmacKey extends JwtMacKey { class 132 private JwtHmacKey( in JwtHmacKey() method in JwtHmacKey
|
/aosp_15_r20/external/tink/proto/ |
H A D | jwt_hmac.proto | 34 message JwtHmacKey { message
|
/aosp_15_r20/external/tink/python/tink/proto/ |
H A D | jwt_hmac.proto | 34 message JwtHmacKey { message
|
/aosp_15_r20/external/tink/java_src/proto/ |
H A D | jwt_hmac.proto | 34 message JwtHmacKey { message
|
/aosp_15_r20/external/tink/cc/proto/ |
H A D | jwt_hmac.proto | 34 message JwtHmacKey { message
|
/aosp_15_r20/external/tink/go/jwt/ |
H A D | jwt_mac_factory_test.go | 44 func newKeyData(key *jwtmacpb.JwtHmacKey) (*tinkpb.KeyData, error) {
|