invoke
operator fun invoke(curveOid: ObjectIdentifier, contentBytes: ByteArray): Sec1EcPublicKeyInfo(source)
operator fun invoke(curveOid: ObjectIdentifier, xBytes: ByteArray, yBytes: ByteArray): Sec1EcPublicKeyInfo.Uncompressed(source)
operator fun invoke(curveOid: ObjectIdentifier, xBytes: ByteArray, usePositiveY: Boolean): Sec1EcPublicKeyInfo.Compressed(source)