Class Connect2IdJwkReader

  • All Implemented Interfaces:
    org.entur.jwt.jwk.JwksReader<com.nimbusds.jose.jwk.JWK>

    public class Connect2IdJwkReader
    extends java.lang.Object
    implements org.entur.jwt.jwk.JwksReader<com.nimbusds.jose.jwk.JWK>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<com.nimbusds.jose.jwk.JWK> readJwks​(java.io.InputStream inputStream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.entur.jwt.jwk.JwksReader

        readJwks
    • Constructor Detail

      • Connect2IdJwkReader

        public Connect2IdJwkReader()
    • Method Detail

      • readJwks

        public java.util.List<com.nimbusds.jose.jwk.JWK> readJwks​(java.io.InputStream inputStream)
                                                           throws java.io.IOException,
                                                                  org.entur.jwt.jwk.InvalidSigningKeysException
        Specified by:
        readJwks in interface org.entur.jwt.jwk.JwksReader<com.nimbusds.jose.jwk.JWK>
        Throws:
        java.io.IOException
        org.entur.jwt.jwk.InvalidSigningKeysException