toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-serialization-asn1-modules
/
dev.whyoleg.cryptography.serialization.asn1.modules
/
EcPoint
Ec
Point
@
Serializable
@
JvmInline
value
class
EcPoint
(
val
bytes
:
ByteArray
)
(
source
)
ECPoint ::= OCTET STRING
Content copied to clipboard
This is EC
publicKey
representation for SubjectPublicKeyInfo
Members
Constructors
Ec
Point
Link copied to clipboard
constructor
(
bytes
:
ByteArray
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray