Class HmacJwtGenerator

java.lang.Object
org.frankframework.management.security.AbstractJwtGenerator<com.nimbusds.jose.jwk.OctetSequenceKey>
org.frankframework.management.security.HmacJwtGenerator
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class HmacJwtGenerator extends AbstractJwtGenerator<com.nimbusds.jose.jwk.OctetSequenceKey>
  • Constructor Details

    • HmacJwtGenerator

      public HmacJwtGenerator()
    • HmacJwtGenerator

      public HmacJwtGenerator(byte @Nullable [] secret)
  • Method Details

    • getJwk

      protected com.nimbusds.jose.jwk.OctetSequenceKey getJwk() throws com.nimbusds.jose.JOSEException
      Specified by:
      getJwk in class AbstractJwtGenerator<com.nimbusds.jose.jwk.OctetSequenceKey>
      Throws:
      com.nimbusds.jose.JOSEException
    • getSigner

      protected com.nimbusds.jose.JWSSigner getSigner(com.nimbusds.jose.jwk.OctetSequenceKey key) throws com.nimbusds.jose.JOSEException
      Specified by:
      getSigner in class AbstractJwtGenerator<com.nimbusds.jose.jwk.OctetSequenceKey>
      Throws:
      com.nimbusds.jose.JOSEException