sdk-core
Toggle table of contents
7.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk-core
sdk-core
/
com.gigya.android.sdk.encryption
/
ISecureKey
ISecure
Key
interface
ISecureKey
Members
Functions
get
Alias
Link copied to clipboard
abstract
fun
getAlias
(
)
:
String
get
Decryption
Cipher
Link copied to clipboard
abstract
fun
getDecryptionCipher
(
key
:
Key
)
:
Cipher
get
Encryption
Cipher
Link copied to clipboard
abstract
fun
getEncryptionCipher
(
key
:
Key
)
:
Cipher
get
Key
Link copied to clipboard
abstract
fun
getKey
(
)
:
SecretKey
get
Transformation
Link copied to clipboard
abstract
fun
getTransformation
(
)
:
String