class NoPrivateKeyException : IllegalStateException, CopyableThrowable<NoPrivateKeyException>
Throws if failed to find PrivateKey for any alias in KeyStore.
NoPrivateKeyException(alias: String, store: KeyStore)
Throws if failed to find PrivateKey for any alias in KeyStore. |
fun createCopy(): NoPrivateKeyException? |