class JWT::JWK::KeyBase

def initialize(keypair, kid = nil)

def initialize(keypair, kid = nil)
  @keypair = keypair
  @kid     = kid
end