Class: JWT::JWK::AKP::NullKidGenerator
- Inherits:
-
Object
- Object
- JWT::JWK::AKP::NullKidGenerator
- Defined in:
- lib/pq_crypto/jwt/jwk/akp.rb
Instance Method Summary collapse
- #generate ⇒ Object
-
#initialize(_jwk) ⇒ NullKidGenerator
constructor
A new instance of NullKidGenerator.
Constructor Details
#initialize(_jwk) ⇒ NullKidGenerator
Returns a new instance of NullKidGenerator.
17 |
# File 'lib/pq_crypto/jwt/jwk/akp.rb', line 17 def initialize(_jwk); end |
Instance Method Details
#generate ⇒ Object
19 |
# File 'lib/pq_crypto/jwt/jwk/akp.rb', line 19 def generate = nil |