cryptography-kotlin
Toggle table of contents
0.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
cryptography-kotlin
cryptography-core
/
dev.whyoleg.cryptography.operations
/
ParametersGenerator
Parameters
Generator
@
SubclassOptInRequired
(
markerClass
=
[
CryptographyProviderApi::class
]
)
interface
ParametersGenerator
<
P
>
(
source
)
Generates algorithm parameters of type
P
.
Members
Functions
generate
Parameters
Link copied to clipboard
open
suspend
fun
generateParameters
(
)
:
P
Generates new algorithm parameters and returns them.
generate
Parameters
Blocking
Link copied to clipboard
abstract
fun
generateParametersBlocking
(
)
:
P
Generates new algorithm parameters and returns them.