Home
last modified time | relevance | path

Searched refs:newSignerWithKID (Results 1 – 5 of 5) sorted by relevance

/external/tink/go/jwt/
Djwt_signer_kid.go31 func newSignerWithKID(ts tink.Signer, algorithm string, customKID *string) (*signerWithKID, error) { func
Djwt_signer_verifier_kid_test.go75 s, err := newSignerWithKID(ts, "ES256", kid)
351 if _, err := newSignerWithKID(nil, "ES256", nil); err == nil {
Djwt_ecdsa_signer_key_manager.go72 return newSignerWithKID(ts, pubKey.GetAlgorithm().String(), kid)
Djwt_rsa_ssa_pss_signer_key_manager.go88 return newSignerWithKID(signer, algorithm.String(), psCustomKID(privKey.GetPublicKey()))
Djwt_rsa_ssa_pkcs1_signer_key_manager.go92 return newSignerWithKID(signer, alg.String(), rsCustomKID(privKey.GetPublicKey()))