SYMBOL INDEX (75 symbols across 5 files) FILE: Example/JWTDesktop/JWTDesktop/JWTTokenTextTypeDescription.h type JWTTokenTextTypeDefault (line 14) | typedef NS_ENUM(NSInteger, JWTTokenTextType) { FILE: Example/JWTDesktop/JWTDesktop/SignatureValidationDescription.h type SignatureValidationTypeUnknown (line 12) | typedef NS_ENUM(NSInteger, SignatureValidationType) { FILE: Scripts/generate_ec_curved_keys.rb class ShellExecutor (line 4) | class ShellExecutor method setup (line 8) | def setup (dry_run = false) method dry? (line 12) | def dry? method run_command_line (line 17) | def run_command_line(line) class KeysGenerator (line 35) | class KeysGenerator type FileFormatsModule (line 36) | module FileFormatsModule function only_name (line 37) | def only_name(name) function to_plain_text (line 41) | def to_plain_text(name) function to_p12 (line 44) | def to_p12(name) function to_certificate_request (line 49) | def to_certificate_request(name) function to_certificate (line 54) | def to_certificate(name, format = '.cer') function to_pem (line 59) | def to_pem(name) class FileFormats (line 65) | class FileFormats method initialize (line 70) | def initialize(name) method valid? (line 73) | def valid? method to_p12 (line 76) | def to_p12 method to_certificate_requets (line 79) | def to_certificate_requets method to_certificate (line 82) | def to_certificate method to_pem (line 85) | def to_pem method available_ec_curves (line 91) | def available_ec_curves method available_rsa_sizes (line 95) | def available_rsa_sizes method initialize (line 102) | def initialize(secret = 'secret') method type= (line 107) | def type=(value) method valid? (line 111) | def valid? method fix (line 115) | def fix method to_s (line 120) | def to_s type Generating (line 129) | module Generating function default_subject (line 130) | def default_subject function key_and_value_or_empty (line 141) | def key_and_value_or_empty(key, value, delimiter, empty = -> (v){ v.... function subject_value_from_subject (line 146) | def subject_value_from_subject(subject = {}) function subject_key_and_value_from_subject (line 151) | def subject_key_and_value_from_subject(subject = {}) function tool (line 156) | def tool function suppress_prompt (line 159) | def suppress_prompt(command) function generate_key (line 163) | def generate_key(type, name, parameters) function output_key (line 189) | def output_key(access, generated_key_name, name) function output_public_key (line 192) | def output_public_key(generated_key_name, name) function output_private_key (line 195) | def output_private_key(generated_key_name, name) function export_public_key (line 199) | def export_public_key(type, private_key_pem, public_key_pem) function output_certificate_request (line 205) | def output_certificate_request(private_key_pem, certificate_request,... function output_certificate (line 211) | def output_certificate(certificate_request, private_key_pem, certifi... function output_p12 (line 215) | def output_p12(certificate, private_key_pem, p12_name, password_file) function output_password (line 224) | def output_password(file, password = 'password') method generated_by_type (line 233) | def generated_by_type(type = self.type) method generated (line 250) | def generated(type, parameters, private_key_pem, public_key_pem, certi... class MainWork (line 270) | class MainWork method work (line 272) | def work(arguments) method fix_options (line 277) | def fix_options(the_options) method required_keys (line 287) | def required_keys method valid_options? (line 290) | def valid_options?(the_options) method work (line 293) | def work(options = {}) method help_message (line 338) | def help_message(options) method parse_options (line 359) | def parse_options(arguments) FILE: Scripts/generate_keys.rb class ShellExecutor (line 3) | class ShellExecutor method shared_instance (line 6) | def shared_instance method setup (line 14) | def setup (dry_run = false) method dry? (line 18) | def dry? method run_command_line (line 23) | def run_command_line(line) class KeyParameters (line 41) | class KeyParameters method initialize (line 45) | def initialize(type, size, secret = 'secret') method tool (line 50) | def tool method curve_by_size (line 53) | def curve_by_size(size) method suppress_prompt (line 63) | def suppress_prompt(command) method generate_key (line 66) | def generate_key(name) method output_key (line 74) | def output_key(type, access, generated_key_name, name) method output_public_key (line 77) | def output_public_key(generated_key_name, name) method output_private_key (line 80) | def output_private_key(generated_key_name, name) class MainWork (line 85) | class MainWork method work (line 87) | def work(arguments) method fix_options (line 92) | def fix_options(the_options) method work (line 104) | def work(options = {}) method help_message (line 125) | def help_message(options) method parse_options (line 146) | def parse_options(arguments) FILE: Sources/JWT/include/JWTCoding.h function interface (line 19) | interface JWT : NSObject @end