Project

General

Profile

« Previous | Next » 

Revision 60085

latest from trunk without the filter

View differences:

JwksDeserializer.java
63 63
                "}";
64 64
        Jwks jwks = gson.fromJson(jwksJson, Jwks.class);
65 65
        for(Key key:jwks.getKeys()) {
66
            System.out.println(key.getE());
66
            //System.out.println(key.getE());
67 67
        }
68 68
    }
69 69
}

Also available in: Unified diff