Searched defs:RS256 (Results 1 – 9 of 9) sorted by relevance
51 TEST(JWKUtilsTest, RS256) { in TEST() argument
28 RS256 = 1; // RSASSA-PKCS1-v1_5 using SHA-256 enumerator
90 public static final Algorithm RS256 = new Algorithm("RS256"); field in JwtRsaSsaPkcs1Parameters.Algorithm