Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android.security.keystore.KeyStoreConnectException #12

Open
pavelaizen opened this issue Dec 25, 2018 · 3 comments
Open

android.security.keystore.KeyStoreConnectException #12

pavelaizen opened this issue Dec 25, 2018 · 3 comments

Comments

@pavelaizen
Copy link

at android.security.keystore.AndroidKeyStoreCipherSpiBase.ensureKeystoreOperationInitialized (AndroidKeyStoreCipherSpiBase.java:254)
at android.security.keystore.AndroidKeyStoreCipherSpiBase.engineInit (AndroidKeyStoreCipherSpiBase.java:108)
at javax.crypto.Cipher.tryTransformWithProvider (Cipher.java:615)
at javax.crypto.Cipher.tryCombinations (Cipher.java:535)
at javax.crypto.Cipher.getSpi (Cipher.java:440)
at javax.crypto.Cipher.init (Cipher.java:818)
at javax.crypto.Cipher.init (Cipher.java:777)
at com.beautycoder.pflockscreen.security.PFSecurityUtils.initDecodeCipher (PFSecurityUtils.java:176)
at com.beautycoder.pflockscreen.security.PFSecurityUtils.decode (PFSecurityUtils.java:128)
at com.beautycoder.pflockscreen.security.PFFingerprintPinCodeHelper.checkPin (PFFingerprintPinCodeHelper.java:53)
at com.beautycoder.pflockscreen.fragments.PFLockScreenFragment$6.onCodeCompleted (PFLockScreenFragment.java:287)
at com.beautycoder.pflockscreen.views.PFCodeView.input (PFCodeView.java:84)
at com.beautycoder.pflockscreen.fragments.PFLockScreenFragment$1.onClick (PFLockScreenFragment.java:164)

@pavelaizen
Copy link
Author

Using:
PinActivity.launch(this, PFFLockScreenConfiguration.MODE_AUTH, REQUEST_PIN, "12345");

@nekzabirov
Copy link

I to have this problem what i need to do ?
val fragment = PFLockScreenFragment()
val builder = PFFLockScreenConfiguration.Builder(context!!)
builder.setMode(PFFLockScreenConfiguration.MODE_AUTH)
builder.setUseFingerprint(true)
builder.setTitle("")
builder.setCodeLength(4)

    builder.setErrorVibration(true)

    fragment.setConfiguration(builder.build())

    builder.setClearCodeOnError(true)

    builder.setNextButton("Next")

childFragmentManager.beginTransaction()
.replace(R.id.pincode_framelayout, fragment)
.commit()

@harneeblayze
Copy link

is this issue still open? what is the solution please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants