Functions
Link copied to clipboard
fun SubjectPublicKeyInfo.Companion.ec(curveOid: ObjectIdentifier, xBytes: ByteArray, usePositiveY: Boolean): SubjectPublicKeyInfo
fun SubjectPublicKeyInfo.Companion.ec(curveOid: ObjectIdentifier, xBytes: ByteArray, yBytes: ByteArray): SubjectPublicKeyInfo
Link copied to clipboard
Link copied to clipboard
operator fun invoke(curveOid: ObjectIdentifier, xBytes: ByteArray, usePositiveY: Boolean): Sec1EcPublicKeyInfo.Compressed
operator fun invoke(curveOid: ObjectIdentifier, xBytes: ByteArray, yBytes: ByteArray): Sec1EcPublicKeyInfo.Uncompressed
Link copied to clipboard