Okta Mobile Kotlin SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Okta Mobile Kotlin SDK
auth-foundation
/
com.okta.authfoundation.util
/
AesEncryptionHandler
Aes
Encryption
Handler
class
AesEncryptionHandler
(
encryptionKeySpec
:
KeyGenParameterSpec
=
defaultEncryptionKeySpec
)
Members
Constructors
Aes
Encryption
Handler
Link copied to clipboard
constructor
(
encryptionKeySpec
:
KeyGenParameterSpec
=
defaultEncryptionKeySpec
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
decrypt
String
Link copied to clipboard
fun
decryptString
(
encryptedString
:
String
)
:
Result
<
String
>
encrypt
String
Link copied to clipboard
fun
encryptString
(
string
:
String
)
:
String
reset
Encryption
Key
Link copied to clipboard
fun
resetEncryptionKey
(
)