Index

A C D E G H I O S T 
All Classes and Interfaces|All Packages

A

algorithm() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
Returns the value of the algorithm record component.

C

com.simtechdata.googleauthdecoder - package com.simtechdata.googleauthdecoder
 

D

decode() - Method in class com.simtechdata.googleauthdecoder.Decoder
This is the method that will do all the heavy lifting by converting the QR image into a single string, then passing that string into the Python script, then extracting all the account details from each account that is in the QR image.
Decoder - Class in com.simtechdata.googleauthdecoder
 
Decoder(File) - Constructor for class com.simtechdata.googleauthdecoder.Decoder
Main constructor that will be used to prime the library with your QR image file.
Decoder(File, int) - Constructor for class com.simtechdata.googleauthdecoder.Decoder
Alternate constructor that will be used to prime the library with your QR image file as well as the size of your png image file.
digits() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
Returns the value of the digits record component.

E

equals(Object) - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
Indicates whether some other object is "equal to" this one.

G

get(String) - Static method in class com.simtechdata.googleauthdecoder.HTMLDecoding
 
getRawOTP() - Method in class com.simtechdata.googleauthdecoder.Decoder
Use this method to get the list of the raw strings that are generated from the Python script
getRecords() - Method in class com.simtechdata.googleauthdecoder.Decoder
Use this method to get the list of OTPRecords that is generated from the decode() method.
GoogleAuthDecoder - module GoogleAuthDecoder
 

H

hashCode() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
Returns a hash code value for this object.
HTMLDecoding - Class in com.simtechdata.googleauthdecoder
 
HTMLDecoding() - Constructor for class com.simtechdata.googleauthdecoder.HTMLDecoding
 

I

info() - Static method in class com.simtechdata.googleauthdecoder.Decoder
 
issuer() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
Returns the value of the issuer record component.

O

otpAuthString() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
Returns the value of the otpAuthString record component.
otpName() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
Returns the value of the otpName record component.
otpParams() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
Returns the value of the otpParams record component.
OTPRecord - Record Class in com.simtechdata.googleauthdecoder
 
OTPRecord(String, String, String, String, String, String, String, String) - Constructor for record class com.simtechdata.googleauthdecoder.OTPRecord
Creates an instance of a OTPRecord record class.
otpType() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
Returns the value of the otpType record component.

S

secret() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
Returns the value of the secret record component.

T

toString() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
Returns a string representation of this record class.
A C D E G H I O S T 
All Classes and Interfaces|All Packages