Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for keyIDFromPublicKey (0.14 sec)

  1. pkg/serviceaccount/jwt.go

    	}
    
    	return &jwtTokenGenerator{
    		iss:    iss,
    		signer: signer,
    	}, nil
    }
    
    // keyIDFromPublicKey derives a key ID non-reversibly from a public key.
    //
    // The Key ID is field on a given on JWTs and JWKs that help relying parties
    // pick the correct key for verification when the identity party advertises
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 27 22:16:08 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top