Exception: Dpop::ProofGenerator::InvalidKeyError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/dpop/proof_generator.rb

Overview

Error for unsupported key formats

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ InvalidKeyError

Returns a new instance of InvalidKeyError.



18
19
20
# File 'lib/dpop/proof_generator.rb', line 18

def initialize(key)
  super("Unrecognized key format for DPoP key: #{key}")
end