Class JsonWebKeySet


  • public class JsonWebKeySet
    extends Object
    • Constructor Detail

      • JsonWebKeySet

        public JsonWebKeySet​(String json)
    • Method Detail

      • getKeyWithId

        public Key getKeyWithId​(String kid)
      • getKeyWithThumbprint

        public Key getKeyWithThumbprint​(String x5t)
      • getKeyWithoutKeyIdAndThumbprint

        public Key getKeyWithoutKeyIdAndThumbprint()