Home
last modified time | relevance | path

Searched defs:JwtEcdsaPrivateKey (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tink/go/proto/jwt_ecdsa_go_proto/
H A Djwt_ecdsa.pb.go175 type JwtEcdsaPrivateKey struct { struct
176 state protoimpl.MessageState
177 sizeCache protoimpl.SizeCache
178 unknownFields protoimpl.UnknownFields
180 Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
181 …ublicKey `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
183 …alue []byte `protobuf:"bytes,3,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitempty"`
186 func (x *JwtEcdsaPrivateKey) Reset() {
195 func (x *JwtEcdsaPrivateKey) String() string {
199 func (*JwtEcdsaPrivateKey) ProtoMessage() {}
[all …]
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/
H A DJwtEcdsaPrivateKey.java36 public final class JwtEcdsaPrivateKey extends JwtSignaturePrivateKey { class
69 private JwtEcdsaPrivateKey(JwtEcdsaPublicKey publicKey, SecretBigInteger privateKeyValue) { in JwtEcdsaPrivateKey() method in JwtEcdsaPrivateKey
/aosp_15_r20/external/tink/go/jwt/
H A Djwt_signer_verifier_factory_test.go80 func createKeyData(privKey *jepb.JwtEcdsaPrivateKey) (*tinkpb.KeyData, error) {
105 func createKeyHandlesFromKey(t *testing.T, privKey *jepb.JwtEcdsaPrivateKey, outputPrefixType tinkp…
/aosp_15_r20/external/tink/cc/proto/
H A Djwt_ecdsa.proto51 message JwtEcdsaPrivateKey { message
/aosp_15_r20/external/tink/python/tink/proto/
H A Djwt_ecdsa.proto51 message JwtEcdsaPrivateKey { message
/aosp_15_r20/external/tink/java_src/proto/
H A Djwt_ecdsa.proto51 message JwtEcdsaPrivateKey { message
/aosp_15_r20/external/tink/proto/
H A Djwt_ecdsa.proto51 message JwtEcdsaPrivateKey { message