toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
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
?