Exception: Dpop::ProofGenerator::InvalidKeyError
- Inherits:
 - 
      StandardError
      
        
- Object
 - StandardError
 - Dpop::ProofGenerator::InvalidKeyError
 
 
- Defined in:
 - lib/dpop/proof_generator.rb
 
Overview
Error for unsupported key formats
Instance Method Summary collapse
- 
  
    
      #initialize(key)  ⇒ InvalidKeyError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of InvalidKeyError.
 
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  |