Index
All Classes and Interfaces|All Packages
A
- algorithm() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
-
Returns the value of the
algorithmrecord component.
C
- com.simtechdata.googleauthdecoder - module com.simtechdata.googleauthdecoder
- 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
digitsrecord 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.
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
issuerrecord component.
O
- otpAuthString() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
-
Returns the value of the
otpAuthStringrecord component. - otpName() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
-
Returns the value of the
otpNamerecord component. - otpParams() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
-
Returns the value of the
otpParamsrecord 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
OTPRecordrecord class. - otpType() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
-
Returns the value of the
otpTyperecord component.
S
- secret() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
-
Returns the value of the
secretrecord component.
T
- toString() - Method in record class com.simtechdata.googleauthdecoder.OTPRecord
-
Returns a string representation of this record class.
All Classes and Interfaces|All Packages