Searched defs:PS256 (Results 1 – 7 of 7) sorted by relevance
28 PS256 = 1; // RSASSA-PSS using SHA-256 and MGF1 with SHA-256 enumerator
89 public static final Algorithm PS256 = new Algorithm("PS256"); field in JwtRsaSsaPssParameters.Algorithm