Class KeyBindingJWT

    • Constructor Detail

      • KeyBindingJWT

        public KeyBindingJWT​(com.fasterxml.jackson.databind.JsonNode payload,
                             com.nimbusds.jose.JWSSigner signer,
                             String keyId,
                             com.nimbusds.jose.JWSAlgorithm jwsAlgorithm,
                             String jwsType)
    • Method Detail

      • from

        public static KeyBindingJWT from​(com.fasterxml.jackson.databind.JsonNode payload,
                                         com.nimbusds.jose.JWSSigner signer,
                                         String keyId,
                                         com.nimbusds.jose.JWSAlgorithm jwsAlgorithm,
                                         String jwsType)