mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-02-18 12:41:50 +00:00
13 lines
1.2 KiB
Markdown
13 lines
1.2 KiB
Markdown
//[docs](../../index.md)/[dev.inmo.tgbotapi.utils.passport](index.md)/[decryptWithPKCS8PrivateKey](decrypt-with-p-k-c-s8-private-key.md)
|
|
|
|
|
|
|
|
# decryptWithPKCS8PrivateKey
|
|
[jvm]
|
|
Content
|
|
fun [EncryptedCredentials](../dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/index.md#%5Bdev.inmo.tgbotapi.types.passport.credentials%2FEncryptedCredentials%2F%2F%2FPointingToDeclaration%2F%5D%2FExtensions%2F745855401).[decryptWithPKCS8PrivateKey](decrypt-with-p-k-c-s8-private-key.md)(privateKey: [PrivateKey](https://docs.oracle.com/javase/8/docs/api/java/security/PrivateKey.html)): [DecryptedCredentials](../dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/index.md)
|
|
fun [EncryptedCredentials](../dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/index.md#%5Bdev.inmo.tgbotapi.types.passport.credentials%2FEncryptedCredentials%2F%2F%2FPointingToDeclaration%2F%5D%2FExtensions%2F745855401).[decryptWithPKCS8PrivateKey](decrypt-with-p-k-c-s8-private-key.md)(key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [DecryptedCredentials](../dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/index.md)
|
|
|
|
|
|
|