KeyGenerator

constructor(algorithm: JWSAlgorithm = JWSAlgorithm.RS256, keyGenerator: KeyPairGenerator = generate(algorithm.name))