toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography
/
CryptographyProvider
Cryptography
Provider
abstract
class
CryptographyProvider
(
source
)
Members
Constructors
Cryptography
Provider
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Registry
Link copied to clipboard
object
Registry
Properties
name
Link copied to clipboard
abstract
val
name
:
String
Functions
get
Link copied to clipboard
open
fun
<
A
:
CryptographyAlgorithm
>
get
(
identifier
:
CryptographyAlgorithmId
<
A
>
)
:
A
get
Or
Null
Link copied to clipboard
abstract
fun
<
A
:
CryptographyAlgorithm
>
getOrNull
(
identifier
:
CryptographyAlgorithmId
<
A
>
)
:
A
?