struct JW::Public::Key

Included Modules

Defined in:

jwks.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.to_pem(jwk : JW::Public::Key) : String #

[View source]

Instance Method Detail

def e : String #

[View source]
def e=(e : String) #

[View source]
def kid : String #

[View source]
def kid=(kid : String) #

[View source]
def kty : Kty #

[View source]
def kty=(kty : Kty) #

[View source]
def n : String #

RSA - RS256 Algorithm Public Key Props


[View source]
def n=(n : String) #

RSA - RS256 Algorithm Public Key Props


[View source]
def to_pem : String #

[View source]