Serialized Form
-
Package bllm
-
Class bllm.License extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
merchantWalletID
java.lang.String merchantWalletID
-
licenseGrantedDate
java.time.LocalDate licenseGrantedDate
-
trialStartDate
java.time.LocalDate trialStartDate
-
satoshisSubmitted
double satoshisSubmitted
-
dollarSubmitted
double dollarSubmitted
-
cost
double cost
-
unitsOfCost
java.lang.String unitsOfCost
-
actualPayment
double actualPayment
-
unitsOfRequestedPayment
java.lang.String unitsOfRequestedPayment
-
licenseID
java.lang.String licenseID
-
transactionID
java.lang.String transactionID
-
requiredConfirmations
int requiredConfirmations
-
licenseExpiresInDays
int licenseExpiresInDays
-
trialExpiresInDays
int trialExpiresInDays
-
transactionExpiresInHours
int transactionExpiresInHours
-
-
-
Package bllmlkg
-
Class bllmlkg.CryptoPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
text1
javax.swing.JLabel text1
-
text2
javax.swing.JLabel text2
-
text3
javax.swing.JLabel text3
-
keyField
javax.swing.JTextField keyField
-
updateButton
javax.swing.JButton updateButton
-
cancelButton
javax.swing.JButton cancelButton
-
text4
javax.swing.JLabel text4
-
text5
javax.swing.JLabel text5
-
parent
LicenseKeyGenerator parent
-
checkmarkLabel
javax.swing.JLabel checkmarkLabel
-
-
Class bllmlkg.InspectPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
parent
LicenseKeyGenerator parent
-
licReaderWriter
LicenseReaderWriter licReaderWriter
-
getLicenseButton
javax.swing.JButton getLicenseButton
-
label
javax.swing.JLabel label
-
licenseFileNameLabel
javax.swing.JLabel licenseFileNameLabel
-
walletIDLabel
javax.swing.JLabel walletIDLabel
-
licenseExpiresInDaysLabel
javax.swing.JLabel licenseExpiresInDaysLabel
-
transactionExpiresInHoursLabel
javax.swing.JLabel transactionExpiresInHoursLabel
-
trialExpiresInDaysLabel
javax.swing.JLabel trialExpiresInDaysLabel
-
licenseIDLabel
javax.swing.JLabel licenseIDLabel
-
costLabel
javax.swing.JLabel costLabel
-
requiredConfirmationsLabel
javax.swing.JLabel requiredConfirmationsLabel
-
booleanValuesLabel
javax.swing.JLabel booleanValuesLabel
-
trialStartDateLabel
javax.swing.JLabel trialStartDateLabel
-
licenseGrantedDateLabel
javax.swing.JLabel licenseGrantedDateLabel
-
keyStringLabel
javax.swing.JLabel keyStringLabel
-
unitsOfRequestedPaymentLabel
javax.swing.JLabel unitsOfRequestedPaymentLabel
-
paymentAmountLabel
javax.swing.JLabel paymentAmountLabel
-
lic
License lic
-
key64
javax.crypto.SecretKey key64
-
cipher
javax.crypto.Cipher cipher
-
-
Class bllmlkg.LicenseKeyGenerator extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
walletIDsFileSelected
boolean walletIDsFileSelected
-
costEntered
boolean costEntered
-
unitOfCost
java.lang.String unitOfCost
-
cost
java.lang.Double cost
-
requiredConfirmations
int requiredConfirmations
-
licenseExpiresInDays
int licenseExpiresInDays
-
transactionExpiresInHours
int transactionExpiresInHours
-
trialExpiresInDays
int trialExpiresInDays
-
unitsOfRequestedPayment
java.lang.String unitsOfRequestedPayment
-
licensed
boolean licensed
-
generateButton
javax.swing.JButton generateButton
-
getWalletIDsButton
javax.swing.JButton getWalletIDsButton
-
costField
javax.swing.JTextField costField
-
fileNameLabel
javax.swing.JLabel fileNameLabel
-
directoryNameLabel
javax.swing.JLabel directoryNameLabel
-
numberOfWalletIDsLabel
javax.swing.JLabel numberOfWalletIDsLabel
-
cryptoLabel
javax.swing.JLabel cryptoLabel
-
favoredCrytpocurrencyLabel
javax.swing.JLabel favoredCrytpocurrencyLabel
-
unitsOfRequestedPaymentLabel
javax.swing.JLabel unitsOfRequestedPaymentLabel
-
costunits
javax.swing.JComboBox<E> costunits
-
cryptoOptionsWSelect
java.lang.String[] cryptoOptionsWSelect
-
cryptoOptions
java.lang.String[] cryptoOptions
-
unitOfCostList
java.lang.String[] unitOfCostList
-
litecoinUnitOfCostList
javax.swing.DefaultComboBoxModel<E> litecoinUnitOfCostList
-
bitcoinUnitOfCostList
javax.swing.DefaultComboBoxModel<E> bitcoinUnitOfCostList
-
cryptocurrencyList
javax.swing.JComboBox<E> cryptocurrencyList
-
confirmationsList
javax.swing.JComboBox<E> confirmationsList
-
expiresDaysList
javax.swing.JComboBox<E> expiresDaysList
-
expiresList
javax.swing.JComboBox<E> expiresList
-
trialExpiresDaysList
javax.swing.JComboBox<E> trialExpiresDaysList
-
lic
License lic
-
keyString
java.lang.String keyString
-
licReaderWriter
LicenseReaderWriter licReaderWriter
-
-