Searched defs:JwtEcdsaAlgorithm (Results 1 – 11 of 11) sorted by relevance
77 func createECDSAPublicKey(algorithm jepb.JwtEcdsaAlgorithm, kid *string, version uint32) (*jepb.Jwt…100 func createECDSASerializedPublicKey(algorithm jepb.JwtEcdsaAlgorithm, kid *string, version uint32) …
67 func createECDSASerializedKeyFormat(algorithm jepb.JwtEcdsaAlgorithm, version uint32) ([]byte, erro…
48 func createJWTECDSAKeyTemplate(algorithm jepb.JwtEcdsaAlgorithm, outputPrefixType tinkpb.OutputPref…
26 enum JwtEcdsaAlgorithm { enum
38 algorithm: jwt_ecdsa_pb2.JwtEcdsaAlgorithm,
199 def _ecdsa_algorithm_text(algorithm: jwt_ecdsa_pb2.JwtEcdsaAlgorithm) -> str:
40 type JwtEcdsaAlgorithm int32 type