Warden-Supreme
Toggle table of contents
1.0.0-RC2
common
Target filter
common
Switch theme
Search in API
Skip to content
Warden-Supreme
supreme-common
/
at.asitplus.attestation.supreme
/
KeyConstraints
/
AlgorithmParameters
/
RSA
/
RSA
RSA
constructor
(
keySize
:
@
Serializable
(
with
=
BitLengthSerializer::class
)
BitLength
,
paddings
:
Set
<
RSAPadding
>
=
setOf(RSAPadding.PSS)
,
digests
:
Set
<
Digest
>
=
setOf(Digest.SHA256)
,
allowDecrypting
:
Boolean
=
false
)
(
source
)