Class JWKParser

    • Field Detail

      • jwk

        private JWK jwk
    • Constructor Detail

      • JWKParser

        private JWKParser()
      • JWKParser

        public JWKParser​(JWK jwk)
    • Method Detail

      • getJwk

        public JWK getJwk()
      • toPublicKey

        public PublicKey toPublicKey()
      • isKeyTypeSupported

        public boolean isKeyTypeSupported​(String keyType)
      • createECPublicKey

        private PublicKey createECPublicKey()
      • createRSAPublicKey

        private PublicKey createRSAPublicKey()