cryptography-kotlin
Toggle table of contents
0.5.0
common
Platform filter
common
Switch theme
Search in API
cryptography-kotlin
cryptography-serialization-asn1-modules
/
dev.whyoleg.cryptography.serialization.asn1.modules
/
KeyAlgorithmIdentifier
Key
Algorithm
Identifier
@
Serializable
(
with
=
KeyAlgorithmIdentifierSerializer::class
)
interface
KeyAlgorithmIdentifier
:
AlgorithmIdentifier
(
source
)
Inheritors
EcKeyAlgorithmIdentifier
UnknownKeyAlgorithmIdentifier
RsaKeyAlgorithmIdentifier
Members
Properties
algorithm
Link copied to clipboard
abstract
val
algorithm
:
ObjectIdentifier
parameters
Link copied to clipboard
abstract
val
parameters
:
Any
?