Interface JWKCredential

    • Method Detail

      • getKid

        @Nullable
        String getKid()
        Get kid of JWK.
        Returns:
        kid parameter.
      • getAlgorithm

        @Nullable
        com.nimbusds.jose.Algorithm getAlgorithm()
        Get algorithm of JWK.
        Returns:
        algorithm of JWK.